On Thu, 2006-03-30 at 21:06, [EMAIL PROTECTED] wrote: > 1: platform: 7, encoding: 2 > > Oops, I don't know what is platform 7. It's a platform internal to freetype, used for type1 fonts I think:
ttnameid.h #define TT_PLATFORM_ADOBE 7 /* artificial */ #define TT_ADOBE_ID_STANDARD 0 #define TT_ADOBE_ID_EXPERT 1 #define TT_ADOBE_ID_CUSTOM 2 #define TT_ADOBE_ID_LATIN_1 3 _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
