Commit 669d033e authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Use OpenType 1.8 'hhea' table structure.

parent 08a729fc
......@@ -205,7 +205,8 @@ typedef struct
} TT_OS2_V2;
typedef struct {
ULONG version;
USHORT majorVersion;
USHORT minorVersion;
SHORT ascender;
SHORT descender;
SHORT linegap;
......
......@@ -217,7 +217,8 @@ typedef struct {
} TT_POST;
typedef struct {
ULONG version;
USHORT majorVersion;
USHORT minorVersion;
SHORT ascender;
SHORT descender;
SHORT linegap;
......
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