Commit 267d630b authored by Ian Pilcher's avatar Ian Pilcher Committed by Alexandre Julliard

Added AvgCharWidth member to font metrics.

parent dd312575
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment