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:
parent
08a729fc15
commit
669d033ee1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue