Lines Matching defs:font
53 font (font_),
54 face (font->face),
83 * Functions for querying AAT Layout features in the font face.
244 hb_font_t *font,
247 hb_blob_t *morx_blob = font->face->table.morx.get_blob ();
251 AAT::hb_aat_apply_context_t c (plan, font, buffer, morx_blob);
252 if (!buffer->message (font, "start table morx")) return;
254 (void) buffer->message (font, "end table morx");
258 hb_blob_t *mort_blob = font->face->table.mort.get_blob ();
262 AAT::hb_aat_apply_context_t c (plan, font, buffer, mort_blob);
263 if (!buffer->message (font, "start table mort")) return;
265 (void) buffer->message (font, "end table mort");
314 hb_font_t *font,
317 hb_blob_t *kerx_blob = font->face->table.kerx.get_blob ();
320 AAT::hb_aat_apply_context_t c (plan, font, buffer, kerx_blob);
321 if (!buffer->message (font, "start table kerx")) return;
322 c.set_ankr_table (font->face->table.ankr.get ());
324 (void) buffer->message (font, "end table kerx");
347 hb_font_t *font,
350 const AAT::trak& trak = *font->face->table.trak;
352 AAT::hb_aat_apply_context_t c (plan, font, buffer);