gxvalid: Extend `settingTable' to take 32-bit offset.
This commit is contained in:
parent
6e2375f72c
commit
d365997759
|
@ -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.
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
|
||||
FT_UShort feature;
|
||||
FT_UShort nSettings;
|
||||
FT_UInt settingTable;
|
||||
FT_ULong settingTable;
|
||||
FT_UShort featureFlags;
|
||||
|
||||
FT_Bool exclusive;
|
||||
|
|
Loading…
Reference in New Issue