This application uses the debug port to display all available fonts. It then searches the root folder of an inserted ATA Storage Card for font files. If found, the fonts are added to the system. The application re-enumerates and displays the available fonts.
This type of logic can be used to install any Font for your application at either boot or run time from media.
I am working on AGX with ce v4.20.8 and v4.20.9. I tried to use the FontEnum.exe and the debug port shown this:
------------------------------ Available Fonts on this device ------------------------------ Wingdings Tahoma Courier New ------------------------------ Looking for fonts on Storage Card... found MINGLIU.TTC
------------------------------ Available Fonts on this device ------------------------------ PMingLiU MingLiU Wingdings Tahoma Courier New ------------------------------
File mingliu.ttc is the Chinese font file copied from my PC. However, when I opened IE with an unicode demo page (http://www.topolis.lt/unicode/unicode-page.html) I cannot see the Chinese characters even with largest text size. They all appeared as squares. I tried other pages, like hk.yahoo.com, but still no luck.
Please kindly advise what else shall I try to display Chinese on the device.
I am sorry that it actually works. What I need to do is to run FontEnum.exe on my CE device, install the font on my PC, restart Visual Studio and choose the correct font (MingLiU) for Chinese text. It also works for Korean (Gulim) and Japanese (MS Gothic).