summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxopen.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/ftxopen.h')
-rw-r--r--pango/opentype/ftxopen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/opentype/ftxopen.h b/pango/opentype/ftxopen.h
index 482bcb5d..3d4f0fb9 100644
--- a/pango/opentype/ftxopen.h
+++ b/pango/opentype/ftxopen.h
@@ -117,6 +117,8 @@ extern "C" {
{
FT_UShort FeatureCount; /* number of FeatureRecords */
TTO_FeatureRecord* FeatureRecord; /* array of FeatureRecords */
+ FT_UShort* ApplyOrder; /* order to apply features */
+ FT_UShort ApplyCount; /* number of elements in ApplyOrder */
};
typedef struct TTO_FeatureList_ TTO_FeatureList;