Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType
Commits:
-
4f0256c1
by Alexei Podtelezhnikov (Алексей Подтележников) at 2024-01-27T10:47:10-05:00
1 changed file:
Changes:
... | ... | @@ -280,9 +280,9 @@ |
280 | 280 | {
|
281 | 281 | case CLASS_DEF_TABLE_FORMAT_ARRAY:
|
282 | 282 | {
|
283 | - FT_UShort start_glyph_id = FT_PEEK_USHORT( class_def_table + 2 );
|
|
284 | - FT_UShort glyph_count = FT_PEEK_USHORT( class_def_table + 4 );
|
|
285 | - FT_Byte *class_value_array = class_def_table + 6;
|
|
283 | + FT_UInt start_glyph_id = FT_PEEK_USHORT( class_def_table + 2 );
|
|
284 | + FT_UInt glyph_count = FT_PEEK_USHORT( class_def_table + 4 );
|
|
285 | + FT_Byte *class_value_array = class_def_table + 6;
|
|
286 | 286 | |
287 | 287 | |
288 | 288 | if ( glyph >= start_glyph_id &&
|