pfr: Fix a data type mismatching with its source.

int-not32-changes
suzuki toshiya 16 years ago
parent 1e597e5e86
commit 089e4a53e5
  1. 8
      ChangeLog
  2. 2
      src/pfr/pfrtypes.h

@ -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.

@ -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;

Loading…
Cancel
Save