dwrite: Use OpenType 1.8 'head' table structure.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
722c28cb5d
commit
08a729fc15
|
@ -113,7 +113,8 @@ enum OPENTYPE_CMAP_TABLE_FORMAT
|
||||||
#include "pshpack2.h"
|
#include "pshpack2.h"
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
ULONG version;
|
USHORT majorVersion;
|
||||||
|
USHORT minorVersion;
|
||||||
ULONG revision;
|
ULONG revision;
|
||||||
ULONG checksumadj;
|
ULONG checksumadj;
|
||||||
ULONG magic;
|
ULONG magic;
|
||||||
|
|
|
@ -113,7 +113,8 @@ static const WCHAR emojiW[] = {'S','e','g','o','e',' ','U','I',' ','E','m','o','
|
||||||
#include "pshpack2.h"
|
#include "pshpack2.h"
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
ULONG version;
|
USHORT majorVersion;
|
||||||
|
USHORT minorVersion;
|
||||||
ULONG revision;
|
ULONG revision;
|
||||||
ULONG checksumadj;
|
ULONG checksumadj;
|
||||||
ULONG magic;
|
ULONG magic;
|
||||||
|
|
Loading…
Reference in New Issue