Posted by:
Norberto_Magni A .NET control uses only TrueType (OpenType) fonts. I have to port a part of VB6 application to .NET. The VB6 part of my application (well, it's user) generates a raster font that is used by another part of that application.
I need to port only the part that uses the raster font, hence the problem between .NET controls and raster fonts.
I' found an app called "PixFont" which declare to generate a TTF font starting from a raster font. I already tested it but .NET controls doesn't accept those font converted.
Does anybody know a better (working) tools ?
I don't want to develope it myself, unless I can't find other solutions (in the worst case I would need references on true type fonts format).
In any case I think that such a program would work converting pixels into rectangles, preserving the aspect of each symbol.
Can someone help me ?
any hint is appreciated.