Hi,

On Wed, Dec 07, 2005 at 07:47:33PM +0100, Matthias Kramm wrote:
> 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.

-- 
Regards,
olv


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

Reply via email to