forked from minhngoc25a/freetype2
Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int
instead of an FT_UInt.
This commit is contained in:
parent
435f6102f5
commit
98cc1f6a51
|
@ -587,7 +587,7 @@ FT_BEGIN_HEADER
|
|||
FT_UInt num_glyphs;
|
||||
FT_Byte** glyph_names;
|
||||
|
||||
FT_UInt lenIV; /* internal for sub routine calls */
|
||||
FT_Int lenIV; /* internal for sub routine calls */
|
||||
FT_UInt num_subrs;
|
||||
FT_Byte** subrs;
|
||||
FT_Int* subrs_len; /* array of subrs length (optional) */
|
||||
|
|
Loading…
Reference in New Issue