HI! I created a sample application that uses Xft for rendering styled text on screen. I can input the font name and size etc for different outputs. It works perfectly fine for Truetype and Type1 fonts. I used font config for locating the fonts and FreeType for rasterizing them and linking it with Xft to render on screen. This test shows that FreeType Type1 and TrueType driver modules are working just fine.
Now, i want to test some windows font for that i installed one window font ( http://www.2200freefonts.com/new/911porscha_bitmap0.zip ). The problem is that fontconfig doesnt support windows font so, fc-list doesnt show this font even located at proper directories, so is there a way i can render text using this font through my application? or any other demo program of FreeType? I heared about ftview but i am not sure what actually it is and how can i use that for rendering styled text with different fonts on screen? _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
