Create bitmap font using C#
Posted
by developer
on Stack Overflow
See other posts from Stack Overflow
or by developer
Published on 2010-06-16T14:55:27Z
Indexed on
2010/06/16
16:52 UTC
Read the original article
Hit count: 152
Hi All, I have list of bitmaps (for each letter) and i have to create font using those bitmaps. I know ttf format is very very complicated to create, so i want to create fon file (raster bitmap font). I understand it can be created by create a dll and rename it from *.dll to *.fon, or something similiar. No code sample or any knonledge about it in the web!!!! Can you help me??? it should be C# code. Thanks a lot!!!!
© Stack Overflow or respective owner