freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] Question on Freetype/OpenType feature


From: Funda Wang
Subject: [ft-devel] Question on Freetype/OpenType feature
Date: Tue, 10 May 2005 08:54:06 +0800

Hello,

Can freetype process TrueType/OpenType feature correctly?

Some glyphs should look different in zh_CN and zh_TW locale, so
CJKUnifont[1] have been using TrueType feature (glyph substitution)
to replace certain glyphs in specific language:

feature trad { # Traditional Forms
 script hani; # CJK Ideographic
 language ZHT  exclude_dflt; # Chinese Traditional
    sub uni9AA8 by uni9AA8_tw;
} trad;

feature smpl { # Simplified Forms
 script hani; # CJK Ideographic
 language ZHS  exclude_dflt; # Chinese Simplified
    sub uni9AA8 by u109AA8;
} smpl;

Can freetype deal with such feature correctly by mapping language to
system locale? Or, do you have any suggestions on such issue?

Thanks.

[1] 
http://debian.linux.org.tw/pub/3Anoppix/people/arne/uming/ttf-arphic-uming_0.0.20050501-1.tar.gz





reply via email to

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