[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: AW: [Devel] German umlauts with Freetype 2?
From: |
Patrick Hoffmann |
Subject: |
AW: AW: [Devel] German umlauts with Freetype 2? |
Date: |
Thu, 26 Dec 2002 11:15:01 +0100 |
Very good hint!
I've changed the line...
FT_UInt glyph_index = FT_Get_Char_Index( face, (char)str[n] );
... (str is a std::string) to...
FT_UInt glyph_index = FT_Get_Char_Index( face, (unsigned char)str[n] );
...and now it works!
Much thanx!
-----Ursprüngliche Nachricht-----
Von: address@hidden [mailto:address@hidden Im
Auftrag von David Turner
Gesendet: Donnerstag, 26. Dezember 2002 11:07
An: address@hidden
Betreff: Re: AW: [Devel] German umlauts with Freetype 2?
Patrick Hoffmann wrote:
> I've just made another test. I wrote a small program that puts out all
> characters between 32 and 255. In the output I can see that '~' is the
> last character in the font, that isn't a square. I'm using the
> standard true type fron "arial.ttf" from windows.
>
"~" is ASCII 126, i.e. the last visible character of the 7-bit range. It
definitely looks like a "sign" problem. Could you investigate this
further ??
Regards,
- David Turner
- The FreeType Project (www.freetype.org)
_______________________________________________
Devel mailing list
address@hidden http://www.freetype.org/mailman/listinfo/devel