summaryrefslogtreecommitdiff
path: root/src/harfbuzz-gsub.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/harfbuzz-gsub.h')
-rw-r--r--src/harfbuzz-gsub.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/harfbuzz-gsub.h b/src/harfbuzz-gsub.h
index 5b989ee..b00df44 100644
--- a/src/harfbuzz-gsub.h
+++ b/src/harfbuzz-gsub.h
@@ -64,6 +64,14 @@ typedef HB_UShort (*HB_AltFunction)(HB_UInt pos,
struct HB_GSUBHeader_
{
+ HB_GDEFHeader* gdef;
+
+ /* the next two fields are used for an alternate substitution callback
+ function to select the proper alternate glyph. */
+
+ void* data;
+ HB_AltFunction altfunc;
+
HB_UInt offset;
HB_16Dot16 Version;
@@ -71,14 +79,6 @@ struct HB_GSUBHeader_
HB_ScriptList ScriptList;
HB_FeatureList FeatureList;
HB_LookupList LookupList;
-
- HB_GDEFHeader* gdef;
-
- /* the next two fields are used for an alternate substitution callback
- function to select the proper alternate glyph. */
-
- HB_AltFunction altfunc;
- void* data;
};
typedef struct HB_GSUBHeader_ HB_GSUBHeader;