gxvalid: Extend `settingTable' to take 32-bit offset.

This commit is contained in:
suzuki toshiya 2009-08-01 00:37:55 +09:00
parent 6e2375f72c
commit d365997759
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-07-31 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
gxvalid: Extend `settingTable' to take 32-bit offset.
* src/gxvalid/gxvfeat.c (gxv_feat_name_validate):
Extend `settingTable' to take 32-bit offset.
2009-07-31 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
autofit: Cast FT_Long glyph_count to compare with FT_UInt GID.

View File

@ -199,7 +199,7 @@
FT_UShort feature;
FT_UShort nSettings;
FT_UInt settingTable;
FT_ULong settingTable;
FT_UShort featureFlags;
FT_Bool exclusive;