Add AvgCharWidth member to Windows font metrics

Ian Pilcher ian.pilcher at home.com
Wed May 23 14:22:20 CDT 2001


Modified files:
    dlls/wineps: psdrv.h

Log message:
    Ian Pilcher
    Add AvgCharWidth member to WINEPS font metrics
-- 
========================================================================
Ian Pilcher                                         ian.pilcher at home.com
========================================================================
-------------- next part --------------
--- dlls/wineps/psdrv.h~	Wed May 23 13:49:21 2001
+++ dlls/wineps/psdrv.h	Wed May 23 13:49:34 2001
@@ -57,6 +57,7 @@
     SHORT   	    	sAscender;  	    	/* hhea:Ascender */
     SHORT   	    	sDescender; 	    	/* hhea:Descender */
     SHORT   	    	sLineGap;   	    	/* hhea:LineGap */
+    SHORT   	    	sAvgCharWidth;	    	/* OS/2:xAvgCharWidth */
     SHORT   	    	sTypoAscender;	    	/* OS/2:sTypoAscender */
     SHORT   	    	sTypoDescender;     	/* OS/2:sTypoDescender */
     SHORT   	    	sTypoLineGap;	    	/* OS/2:sTypeLineGap */


More information about the wine-patches mailing list