GDI32: [1/5] freetype.c add more font selecting&linking mechanism support.

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


ChangeLog:
	init_system_links support .ttc file.
	add "Tahoma" registry value for CJK font link.
	find_face_from_filename support .ttc file

> 
> 1.
> static Face *find_face_from_filename(const WCHAR *name); =>
> static Face *find_face_from_filename(const char *name, const int
> face_index);
> 
> 2.
> init_system_links().
> FIXME("don't yet handle ttc's correctly in linking.  Assuming index 0
> \n"); is removed. I add support of .ttc. file. It's possible with
> following line:
> ---------------------------------------------------------------
> HKLM:
> [Software\\Microsoft\\Windows NT\\CurrentVersion\\FontLink\\SystemLink]
> "Tahoma"=str(7):"Arial.ttf\0Gulim.ttc, Dotum\0Batang.ttc,   \0"
> ----------------------------------------------------------------
> and, I add some registry value "Tahoma".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freetype.c_001_init_system_links.diff
Type: text/x-patch
Size: 7532 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060307/2a8df6d1/freetype.c_001_init_system_links-0001.diff


More information about the wine-patches mailing list