From 267d630bd0f0a6c53404a50fa31645b447ee263e Mon Sep 17 00:00:00 2001 From: Ian Pilcher Date: Thu, 24 May 2001 18:39:53 +0000 Subject: [PATCH] Added AvgCharWidth member to font metrics. --- dlls/wineps/psdrv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wineps/psdrv.h b/dlls/wineps/psdrv.h index 75903d4af94..cf7cb9f2e93 100644 --- a/dlls/wineps/psdrv.h +++ b/dlls/wineps/psdrv.h @@ -57,6 +57,7 @@ typedef struct { 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 */