summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxgsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/ftxgsub.c')
-rw-r--r--pango/opentype/ftxgsub.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/opentype/ftxgsub.c b/pango/opentype/ftxgsub.c
index 46876292..a5fb6026 100644
--- a/pango/opentype/ftxgsub.c
+++ b/pango/opentype/ftxgsub.c
@@ -4020,7 +4020,7 @@
{
FT_Error error, retError = TTO_Err_Not_Covered;
- FT_UShort* properties = gsub->LookupList.Properties;
+ FT_UInt* properties = gsub->LookupList.Properties;
int nesting_level = 0;
@@ -4055,12 +4055,12 @@
EXPORT_FUNC
FT_Error TT_GSUB_Add_Feature( TTO_GSUBHeader* gsub,
FT_UShort feature_index,
- FT_UShort property )
+ FT_UInt property )
{
FT_UShort i;
TTO_Feature feature;
- FT_UShort* properties;
+ FT_UInt* properties;
FT_UShort* index;
/* Each feature can only be added once once */
@@ -4089,7 +4089,7 @@
{
FT_UShort i;
- FT_UShort* properties;
+ FT_UInt* properties;
if ( !gsub )