• FontViewer for WCE 5.0 and higher.
    This sample shows how to:
    - add a font resource (*.ttf)
    - set LOGFONT members (an adaption for modify them dynamically is easy,
    see function: "HFONT CreateFontHandle( /*TODO: modify LOGFONTmembers,*/CString&
    csFaceName, int nHeight, CDC* pDC)")
    - enumerate installed fonts
    - access internal ttf file information (http://support.microsoft.com/kb/241020/)
    and view all the characters on your display.
    The download file contains source and executable for ARM.

    Files

    • FontViewer.zip

      (120.98 kB, downloaded 894 times, last: )

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Hallo,


    gibt es Fontviewer auch in der VB.NET Version?
    Wenn ich den Fontordner angebe, funktioniert es nur wenn ich über den Laptop das Programm starte, über Autostart dann sind keine Schriftarten von mir vorhanden.


    gruß Maik

  • wenn ich den Fontordner in der registrierung angebe...funktioniert es nur wenn der explorer vorher gestartet wurde. es soll aber nach dem bootscreen direkt die anwendung starten.

  • Hello,
    if you like to use "Font Folder Feature" you have to start Explorer.exe!!! This feature depends on explorer. So you have to call "AddFontResource" from your own application.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Hello,
    i dont think that you need a sample. Just make a dll import (same way as shown for DIO, ...). And call
    "AddFontResource("\\ffsdisk\\myfont.ttf"). Thats all!

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.