GDI32: freetype.c add more font selecting&linking mechanism support.

Byeong-Sik Jeon wjsqudtlr at gmail.com
Tue Mar 7 06:01:47 CST 2006


2006-03-07 (화), 11:33 +0000, Huw D M Davies 쓰시길:
> Right, but even Tahoma is locale dependent - the order of Gulim, MS UI
> Gothic etc changes.
Yes. but lucky thing... fsCsb[0] information of each font are:

Gulim : ANSI, EASTEUROPE, RUSSIAN, GREEK, TURKISH, BALTIC, "HANGEUL"
MS UI Gothic: ANSI, ASTEUROPE, RUSSIAN, GREEK, TURKISH, BALTIC,
"SHIFTJIS"
MingLiU : ANSI, "CHINESEBIG5"
SimSun : ANSI, "GB2312"

therefore, at japanese locale, if call "tahoma" then use
"msgothic.ttc" (not "gulim.ttc").

But, I think that this is "FIXME" feature.  




More information about the wine-devel mailing list