freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] problem with a TTF Font / Unicode value 0xF0B82>0x10000UL


From: PILLET Céline
Subject: Re: [ft-devel] problem with a TTF Font / Unicode value 0xF0B82>0x10000UL
Date: Fri, 22 Feb 2013 08:31:42 +0000

Oups !!!

The value is 0xF0B82 !!!!!!!

 

Thanks,

 

De : address@hidden [mailto:address@hidden De la part de PILLET Céline
Envoyé : vendredi 22 février 2013 09:25
À : address@hidden
Objet : [ft-devel] problem with a TTF Font / Unicode value 0xFB82>0x10000UL

 

Hi all,
I have a problem with a TTF Font.
I want to retrieve a character with Unicode value 0xFB82.
I use the "FT_Get_Char_Index" which calls the callback "tt_cmap4_char_index".
In the callback: "t_cmap4_char_index", there is a test:


if (char_code> = 0x10000UL)
return 0;

So I can’t recover my character 0xFB82.
Is this normal?
How to retrieve the unicode glyphs with a value up to 0x10000UL?

 

Thank you for your answer,

Best regards,

 

Celine.


reply via email to

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