Remove old FF_ code

Huw Davies huw at codeweavers.com
Wed Apr 3 15:32:58 CST 2002


	Huw D M Davies <hdavies at codeweavers.com>
	Remove old FF_ code
-- 
Huw Davies
huw at codeweavers.com
-------------- next part --------------
Index: dlls/gdi/freetype.c
===================================================================
RCS file: /home/wine/wine/dlls/gdi/freetype.c,v
retrieving revision 1.10
diff -u -r1.10 freetype.c
--- dlls/gdi/freetype.c	3 Apr 2002 21:06:09 -0000	1.10
+++ dlls/gdi/freetype.c	3 Apr 2002 21:30:45 -0000
@@ -1525,10 +1525,6 @@
         ptm->tmPitchAndFamily |= TMPF_VECTOR;
     if(FT_IS_SFNT(ft_face))
         ptm->tmPitchAndFamily |= TMPF_TRUETYPE;
-    if (ptm->tmPitchAndFamily & TMPF_FIXED_PITCH)
-        ptm->tmPitchAndFamily |= FF_ROMAN;
-    else
-        ptm->tmPitchAndFamily |= FF_MODERN;
 
     ptm->tmCharSet = font->charset;
     return TRUE;


More information about the wine-patches mailing list