Home | History | Annotate | Download | only in util

Lines Matching full:font

251     {"font-size",	0, 0, G_OPTION_ARG_DOUBLE,	&this->font_size,		"Font size (default: " G_STRINGIFY(DEFAULT_FONT_SIZE) ")","size"},
287 const gchar *features_help = "Comma-separated list of font features\n"
329 "Options controlling font features used",
338 {"font-file", 0, 0, G_OPTION_ARG_STRING, &this->font_file, "Font file-name", "filename"},
343 "font",
344 "Font options:",
345 "Options controlling the font",
395 if (font)
396 return font;
410 fail (true, "No font file set");
422 fail (false, "Failed reading font from standard input: %s",
473 font = hb_font_create (face);
476 hb_font_set_scale (font, upem, upem);
480 hb_ft_font_set_funcs (font);
483 return font;
624 hb_font_t *font,
638 font, output_format, flags);
657 hb_font_t *font,
688 hb_font_t *font,
694 serialize_glyphs (buffer, font, output_format, format_flags, gs);