Hi, I remember freetype 2.3.5 (released on 2007) was already enabled for OTF. I recommend you checking the latest freetype can load the font file by ftdemos.
If it's loaded, the problem can be a bug which is fixed during this 2 years. Maybe you can make a backport of the bugfix for your 2.3.5. If it's NOT loaded, the problem is NEW bug. FT2 developers cannot fix the problem without sample font to reproduce the problem. Regards, mpsuzuki On Fri, 12 Jun 2009 20:14:55 +0530 Govind <[email protected]> wrote: >Hi, > >I tried some *.otf files with Freetype_2.3.5 version for Bitmap Glyph >generations. >But API : > FT_New_Face (library, filename, 0, &face); > returns FT_unknown_File_Format error message i.e. error code 2. > >*Same Freetype project version is working fine with almost all >*.ttf(true type font) files.* >Can I have support for *.otf font files with above mentioned version of >Freetype. >Is there, any specific project or API calling settings required for >*.otf files ? > >Thanks and Regards >Govind. > _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
