From: Keith Packard <[EMAIL PROTECTED]>
 
> I'd like to use UTF-8 if possible; is there a way to get the UTF-8 value 
> from FreeType without changing that library?  I'm sure they have a good 
> reason for hiding the non-ASCII characters.

>From FT2's documentation, it seems that you need to know that the font is
a TTF first (FT_FACE_FLAG_SFNT?).  Then use FreeType 2's Format-Specific
API to access any SFNT names.  The question is which name you will use?
There could be serveral names encoded in Unicode, not to mention names
in other encodings.

Regards,

Yao Zhang
_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to