dwrite: Use OpenType 1.8 'hhea' table structure.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2017-01-25 00:54:14 +03:00 committed by Alexandre Julliard
parent 08a729fc15
commit 669d033ee1
2 changed files with 4 additions and 2 deletions

View File

@ -205,7 +205,8 @@ typedef struct
} TT_OS2_V2;
typedef struct {
ULONG version;
USHORT majorVersion;
USHORT minorVersion;
SHORT ascender;
SHORT descender;
SHORT linegap;

View File

@ -217,7 +217,8 @@ typedef struct {
} TT_POST;
typedef struct {
ULONG version;
USHORT majorVersion;
USHORT minorVersion;
SHORT ascender;
SHORT descender;
SHORT linegap;