> > freetype tells me (via FT_Get_Glyph_Name()), that glyph 47 is "L",
> > yet actually the "L" is in glyph 46, and character 47 is empty.
> > It seems that all char names are shifted one position to the
> > right.
>
> The font's `post' table is of version 1, which means glyphs have the
> standard Macintosh ordering.  Thus glyph 47 should be `L' and glyph
> 46 should be `K'.  It is a bug of the font.

Thanks, I missed that.  What do you think of extending ftview to show
the glyph name of the current glyph index, if available?  Do you have
time to implement that?


    Werner


_______________________________________________
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to