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

This commit is contained in:
suzuki toshiya 2009-07-03 18:01:41 +09:00
parent d5867413ab
commit 8b03a77d88
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-07-03 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-03 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;