[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] FT_Get_Char, FT_Get_Next_Char
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] FT_Get_Char, FT_Get_Next_Char |
Date: |
Sun, 25 Sep 2011 12:39:59 +0200 (CEST) |
> Using the following code with the attached (very small) font:
No font attached. BTW, never ever send complete non-free fonts to
this list! Small, subsetted ones are OK.
> I'm getting the following output:
>
> Num glyphs: 3
> char: 32 (index = 1)
> char: 160 (index = 1)
> How do I get the last char ? (or did I do something wrong ?)
Without seeing the font this can't be answered. For example,
character code 160 might map to the `space' glyph, having glyph
index 1 also.
Werner