wine/ objects/text.c objects/font.c include/gd ...

Alexandre Julliard julliard at winehq.org
Mon Jun 23 15:51:06 CDT 2003


ChangeSet ID:	8570
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/06/23 15:51:06

Modified files:
	objects        : text.c font.c 
	include        : gdi.h 
	dlls/gdi       : freetype.c 

Log message:
	Huw Davies <huw at codeweavers.com>
	Don't enable client side fonts unless we have at least one non-symbol
	font installed - this avoids a nasty Wingdings only scenario.
	Add the ability to perform font replacements, this essentially lets
	you give a second name to a font family so that familyA gets
	enumerated as familyB too.
	If we encounter two copies of the same font then use the one with the
	larger version number.
	
	Dmitry Timoshkov <dmitry at codeweavers.com>
	Move GetTextCharsetInfo implementation to the font driver.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8570

Old revision  New revision  Changes     Path
 1.51          1.52          +0 -55      wine/objects/text.c
 1.99          1.100         +30 -0      wine/objects/font.c
 1.79          1.80          +1 -0       wine/include/gdi.h
 1.32          1.33          +223 -64    wine/dlls/gdi/freetype.c




More information about the wine-cvs mailing list