> Maybe. CE supports TrueType fonts, generally, depending on the version of
> CE, which you haven't told us. Fonts are found in the \Windows folder and
[quoted text clipped - 4 lines]
> just copy a font from your XP device to CE and go from there. That would
> be stealing the font...
You'd have to know what the font name in that file is. It might be Gulim,
in which case, you'd use one of the Font class constructors to build a Font
object using that font name.
As to your other question, "Should the font be installed?", I'm not clear on
what you're asking. You don't have to do anything other than copy the font
to the right place and, at most, reboot the device (a soft reboot should be
fine on PPC). If you mean, is there a Korean font installed, no there isn't
going to be a Korean font installed, as that would be a collossal waste of
space on an English device.
Paul T.
> Hi,Paul:
> Thanks for your reply.
[quoted text clipped - 12 lines]
>> to just copy a font from your XP device to CE and go from there. That
>> would be stealing the font...
Fabien - 26 Apr 2006 07:45 GMT
For installing the special Font, you can import the fonction
AddFontResource from the WINCE API in your C# application.
Fabien Decret
ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/
Paul G. Tobey [eMVP] a écrit :
> You'd have to know what the font name in that file is. It might be Gulim,
> in which case, you'd use one of the Font class constructors to build a Font
[quoted text clipped - 25 lines]
> >> to just copy a font from your XP device to CE and go from there. That
> >> would be stealing the font...