Searched refs:glyph_index (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gdft.c | 836 FT_UInt glyph_index, previous; local 1085 glyph_index = FT_Get_Char_Index(face, ch); 1088 if (use_kerning && previous && glyph_index) { 1089 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta); 1097 if (FT_Load_Glyph(face, glyph_index, render_mode | FT_LOAD_IGNORE_TRANSFORM)) { 1155 if (FT_Load_Glyph(face, glyph_index, render_mode)) { 1191 previous = glyph_index;
|
Completed in 9 milliseconds