in .NET MF SDK 2.1 there is a tool called TFConvert, which converts
TrueType font to tinyfnt format, accepted by .NET MF.
You can find the tool in
\Program Files\Microsoft .NET Micro Framework\v2.0.3036\Tools\
Pavel BÁNSKÝ
Microsoft Czech Republic
http://bansky.net/blog
1. Select a font from C:\WINDOWS\Fonts
2. Create a fntdef file
2.1 AddFontToProcess
AddFontToProcess C:\Windows\Fonts\simhei.ttf Note: simhei is a popular
font of Chinese.
2.2、SelectFont, define parameters the WE(Weight)FN(Face Name) HE(Height)WI(Width)IT(Italic)UN(Underline)
2.3、ImportRange, E.g ImportRange 19968 40869
Qi Ma
"Johnny" <Joh...@discussions.microsoft.com> wrote in message
news:26A7211E-36D3-4DE6...@microsoft.com...
But it seems that .NET MF supports only English.
Does it support the other language? ( not english )
"Johnny" <Joh...@discussions.microsoft.com> wrote in message
news:796F312D-B44C-49BC...@microsoft.com...
I'm going to have finished a GUI for the TFConvert.exe tool in a week or
two, so I could probably send it to you, although I have to check if it will
work with the Chinesse chars as well Qi Ma ;-)
Jan
Otherwise, is there any alternative way to input other languages.
Is there any plan to provide the IME?
"Qi Ma (Mobile MVP)" wrote:
However, you are free to implement whatever IME you want... :)
Jan
AddFontToProcess <path>\simsun18030.ttc
SelectFont "FN:宋体-18030,HE:-13,WE:400,CS:134,PF:54"
ImportRange 49932 50000
The ImportRange should be importing the right set of characters available in
that font.
Also if you have non english chars in the font name, you have to save the
fntdef file as a unicode file (and not UTF-8).