freetype-devel
[Top][All Lists]
Advanced

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

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


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

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]