[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] Re: Find a OTF/TTF Glyph with his PostScript Name
From: |
Werner LEMBERG |
Subject: |
[ft-devel] Re: Find a OTF/TTF Glyph with his PostScript Name |
Date: |
Thu, 05 Mar 2009 10:08:50 +0100 (CET) |
> 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