dwrite: Remove unused type definitions.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
968a9e6b0c
commit
9ea3450301
|
@ -400,7 +400,7 @@ struct ot_script
|
||||||
WORD default_langsys;
|
WORD default_langsys;
|
||||||
WORD langsys_count;
|
WORD langsys_count;
|
||||||
struct ot_langsys_record langsys[1];
|
struct ot_langsys_record langsys[1];
|
||||||
} OT_Script;
|
};
|
||||||
|
|
||||||
struct ot_script_record
|
struct ot_script_record
|
||||||
{
|
{
|
||||||
|
@ -802,25 +802,6 @@ struct ot_gpos_mark_to_mark_format1
|
||||||
WORD mark2_array;
|
WORD mark2_array;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
WORD SubstFormat;
|
|
||||||
WORD Coverage;
|
|
||||||
WORD DeltaGlyphID;
|
|
||||||
} GSUB_SingleSubstFormat1;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
WORD SubstFormat;
|
|
||||||
WORD Coverage;
|
|
||||||
WORD GlyphCount;
|
|
||||||
WORD Substitute[1];
|
|
||||||
} GSUB_SingleSubstFormat2;
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
WORD SubstFormat;
|
|
||||||
WORD ExtensionLookupType;
|
|
||||||
DWORD ExtensionOffset;
|
|
||||||
} GSUB_ExtensionPosFormat1;
|
|
||||||
|
|
||||||
struct kern_header
|
struct kern_header
|
||||||
{
|
{
|
||||||
WORD version;
|
WORD version;
|
||||||
|
|
Loading…
Reference in New Issue