pfr: Fix a data type mismatching with its source.
This commit is contained in:
parent
c4420d97f4
commit
b12b8c3ce4
@ -1,3 +1,11 @@
|
||||
2009-07-31 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-31 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…
Reference in New Issue
Block a user