Lines Matching defs:font
49 hb_font_destroy (font);
67 hb_font_t *font = nullptr;
86 assert (!font);
87 font = hb_font_create (face);
94 hb_font_set_ppem (font, x_ppem, y_ppem);
95 hb_font_set_ptem (font, ptem);
99 hb_font_set_scale (font, scale_x, scale_y);
101 hb_font_set_variations (font, variations, num_variations);
128 "Unknown font function implementation `%s'; supported values are: %s; default is %s",
136 set_font_funcs (font);
138 hb_ft_font_set_load_flags (font, ft_load_flags);
236 "No supported font-funcs found.");
238 g_string_printf (s, "Set font functions implementation to use (default: %s)\n\n Supported font function implementations are: %s",
262 {"font-size", 0, font_size_flags,
264 {"font-ppem", 0, font_size_flags,
266 {"font-ptem", 0, 0,
267 G_OPTION_ARG_DOUBLE, &this->ptem, "Set font point-size (default: 0; disabled)", "point-size"},
268 {"font-funcs", 0, 0, G_OPTION_ARG_STRING, &this->font_funcs, text, "impl"},
273 "font",
275 "Options for the font instance",
279 const gchar *variations_help = "Comma-separated list of font variations\n"
282 " follows. All valid CSS font-variation-settings values other than 'normal'\n"
299 "Options for font variations used",