wine/ dlls/gdi/freetype.c dlls/gdi/gdi32.spec ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 21 20:19:29 CDT 2002


ChangeSet ID:	1024708769310201893634261
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/06/21 20:19:29

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

Log message:
	Huw D M Davies <hdavies at codeweavers.com>
	- Implement AddFontResource*, add stubs for RemoveFontResource*.
	- Add support for GGO_BEZIER and a few bug fixes for GGO_NATIVE.
	- Much better support for non ansi charsets in font matching.
	- Proper implementation of GetTextFace for gdi font.
	- Load fonts that are listed in the registry but aren't in
	%WINDOWSDIR%\fonts.
	- Revert TranslateCharsetInfo to use codepage 1252 with ANSI_CHARSET.
	- Add support for VIETNAMESE_CHARSET and SYMBOL_CHARSET.

Patch: http://cvs.winehq.com/patch.py?id=1024708769310201893634261

Revision  Changes    Path
 1.19     +595 -259  wine/dlls/gdi/freetype.c
 1.21     +4 -0      wine/dlls/gdi/gdi32.spec
 1.16     +3 -0      wine/include/font.h
 1.73     +14 -0     wine/include/wingdi.h
 1.76     +70 -55    wine/objects/font.c
 1.47     +17 -9     wine/objects/text.c




More information about the wine-cvs mailing list