freetype
[Top][All Lists]
Advanced

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

[ft] Unicode normalization


From: Andre.Grabinski
Subject: [ft] Unicode normalization
Date: Mon, 3 Sep 2007 13:23:40 +0200

Hi,
is freetype capable of dealing with the unicode normalization forms? I've tried to render these two examples glyph by glyph in order to get the desired result:
 
Syntax: desired_result = first_glyph_rendered + second_glyph_rendered + ...
 
1.
    ä        =        a        +
0x00E4    =    0x0061 + 0x0308
 
2.
    Þ        =        A        +            +    
0x01DE    =    0x0041 + 0x0308 + 0x0304
 
The first one worked just fine. But in the second one both combining characters (308+304) had been placed at the same position instead of on top of each other. So is there actually a reliable way to render normalized unicode characters composed of more then one combining character with freetype?
 
Thanks!
 
André Grabinski
----------------------------------------------------------------
Please note: This e-mail may contain confidential information
intended solely for the addressee. If you have received this
e-mail in error, please do not disclose it to anyone, notify
the sender promptly, and delete the message from your system.
Thank you.

reply via email to

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