pfr: Fix a data type mismatching with its source.

This commit is contained in:
suzuki toshiya 2009-07-03 18:01:37 +09:00
parent 1e597e5e86
commit 089e4a53e5
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
pfr: Fix a data type mismatching with its source.
* src/pfr/pfrtypes.h: The type of PFR_PhysFont->chars_offset
is extended from FT_UInt32 to FT_Offset, because it is
calculated with the pointer difference in pfr_phy_font_load().
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
pfr: Fix a data type mismatching with its source.

View File

@ -252,7 +252,7 @@ FT_BEGIN_HEADER
FT_UInt blue_scale;
FT_UInt num_chars;
FT_UInt32 chars_offset;
FT_Offset chars_offset;
PFR_Char chars;
FT_UInt num_kern_pairs;