How to create the special font?

P

Peter King

Hi,All:
I want to create a special korean font in my CE OS. What should I do in Win
CE?Is the font in CE the same as in Windows XP?
Thanks.
Peter
 
P

Paul G. Tobey [eMVP]

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
the \Windows\Fonts folder on the CE device and can be created
(CreateFontIndirect(), for example), from there.

Most XP fonts will work in CE, but remember that you are *not* licensed to
just copy a font from your XP device to CE and go from there. That would be
stealing the font...

Paul T.
 
P

Peter King

Hi,Paul:
Thanks for your reply.
If there is a font in windows\fonts\ called gulim.ttf ,how do I use it by
C#.
Thanks
Peter

----------------------------------------------------------------------------
 
P

Paul G. Tobey [eMVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Fonts in WinCE 6.0 R2 1
System.Environment.OSVersion 2
How to ? 7
PDF Writer for Win CE 6
how to do file lock on share folder(synchronization) 4
XML to SDF 26
Create patch deployment package 2
SQL connection 6

Top