Lines Matching full:font
94 thai_pua_shape (hb_codepoint_t u, thai_action_t action, hb_font_t *font)
153 if (hb_font_get_glyph (font, pua_mappings->win_pua, 0, &glyph))
155 if (hb_font_get_glyph (font, pua_mappings->mac_pua, 0, &glyph))
220 hb_font_t *font)
249 info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font);
251 info[i].codepoint = thai_pua_shape (info[i].codepoint, action, font);
259 hb_font_t *font)
265 * The first shaping rule listed there is needed even if the font has Thai
267 * We implement that only if there exist no Thai GSUB in the font.
359 /* If font has Thai GSUB, we are done. */
361 do_thai_pua_shaping (plan, buffer, font);