dwrite: Use OpenType 1.8 'head' table structure.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2017-01-25 00:54:13 +03:00 committed by Alexandre Julliard
parent 722c28cb5d
commit 08a729fc15
2 changed files with 4 additions and 2 deletions

View File

@ -113,7 +113,8 @@ enum OPENTYPE_CMAP_TABLE_FORMAT
#include "pshpack2.h"
typedef struct
{
ULONG version;
USHORT majorVersion;
USHORT minorVersion;
ULONG revision;
ULONG checksumadj;
ULONG magic;

View File

@ -113,7 +113,8 @@ static const WCHAR emojiW[] = {'S','e','g','o','e',' ','U','I',' ','E','m','o','
#include "pshpack2.h"
typedef struct
{
ULONG version;
USHORT majorVersion;
USHORT minorVersion;
ULONG revision;
ULONG checksumadj;
ULONG magic;