Home | History | Annotate | Download | only in type1

Lines Matching refs:max_char

2262       FT_Int    charcode, idx, min_char, max_char;
2272 max_char = 0;
2301 if ( charcode >= max_char )
2302 max_char = charcode + 1;
2310 type1->encoding.code_last = max_char;