I would like to install a specific font on my program load and use that font in rendering text of the program. How can I programmatically install a font from .NET CF on WinCE 6.
A:
Copy font *.ttf file to Windows\Fonts folder, it may requires restarting your device.
STO
2010-06-23 19:48:15
I cannot restart the device, it restores to original state when restart. So, I must install the font everytime my program launch. And plus, there's no Windows\Font folder. Any other way?
VOX
2010-06-23 19:51:09
+1
A:
This blog entry shows how to enumerate and add Fonts in Windows CE.
ctacke
2010-06-24 12:39:59
A:
Actually, this helps better.
http://social.msdn.microsoft.com/Forums/en/netfxcompact/thread/ee9a6947-0799-4a76-a7cd-c0bec4b7a2ab
VOX
2010-07-01 23:34:05