Home | History | Annotate | Download | only in api

Lines Matching full:font

33  * font-independent.  Please add tests for any feature that fits that
44 glyph_h_advance_func (hb_font_t *font, void *font_data,
57 glyph_func (hb_font_t *font, void *font_data,
71 glyph_h_kerning_func (hb_font_t *font, void *font_data,
89 hb_font_t *font;
98 font = hb_font_create (face);
100 hb_font_set_scale (font, 10, 10);
106 hb_font_set_funcs (font, ffuncs, NULL, NULL);
113 hb_shape (font, buffer, NULL, 0);
138 hb_font_destroy (font);