Commit 08a729fc authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Use OpenType 1.8 'head' table structure.

parent 722c28cb
......@@ -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;
......
......@@ -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;
......
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