> I have a question : I want to find a glyph in an OTF/TTF font, with
> his PostScript Name.
> 
> Is it possible ?

Yes.  Assuming that the font contains glyph names (or uses only
standard names), you can use FT_Get_Glyph_Name to extract a glyph name
or FT_Get_Name_index to get the index of a named glyph.


    Werner


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to