Searched refs:font_file (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/util/ |
D | main-font-text.hh | 81 … if (argc && !font_opts.font_file) font_opts.font_file = locale_to_utf8 (argv[0]), argc--, argv++; in main() 85 if (!font_opts.font_file) in main()
|
D | options.cc | 406 {"font-file", 0, 0, G_OPTION_ARG_STRING, &this->font_file, "Set font file-name", "filename"}, in add_options() 485 if (!font_file) in get_font() 488 if (0 == strcmp (font_file, "-")) { in get_font() 509 GMappedFile *mf = g_mapped_file_new (font_file, false, &error); in get_font() 529 if (g_file_get_contents (font_file, &font_data, &l, &error)) { in get_font()
|
D | options.hh | 291 font_file = NULL; in font_options_t() 301 g_free (font_file); in ~font_options_t() 310 char *font_file; member
|
D | helper-cairo.cc | 91 font_opts->font_file, in helper_cairo_create_scaled_font()
|