freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] Re: how can I display accented characters?


From: tech_related
Subject: Re: [Freetype] Re: how can I display accented characters?
Date: Mon, 27 Nov 2000 12:18:25 GMT

Hi Robert and Richard,


>It could be there's a type error, try casting your accented problem to
>unsigned char before calling FT_Get_Char_Index with it.

You were both right: 'รก' had a different value from 0xE1 because char is 
signed, and casting the character to unsigned char
solved the problem.

Once again thanks,

Manuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]