Lines Matching defs:font
108 hb_font_t *font,
137 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g));
172 hb_font_get_glyph_extents(font, info[i].codepoint, &extents);
264 hb_font_t *font,
288 hb_font_glyph_to_string (font, info[i].codepoint, p, 128);
321 hb_font_get_glyph_extents(font, info[i].codepoint, &extents);
404 * @font: (nullable): the #hb_font_t used to shape this buffer, needed to
405 * read glyph names and extents. If %NULL, and empty font will be used.
465 hb_font_t *font,
487 if (!font)
488 font = hb_font_get_empty ();
495 font, flags);
500 font, flags);
641 * @font: (nullable): the #hb_font_t used to shape this buffer, needed to
642 * read glyph names and extents. If %NULL, and empty font will be used.
665 hb_font_t *font,
674 buf_consumed, font, format, flags);
733 * @font: (nullable): font for getting glyph IDs
748 hb_font_t *font, /* May be NULL */
776 if (!font)
777 font = hb_font_get_empty ();
784 font);
789 font);
847 hb_font_t* font = hb_font_get_empty ();
854 font);
859 font);