HomeSort by relevance Sort by last modified time
    Searched refs:font_file (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/util/
main-font-text.hh 49 if (argc && !font_opts.font_file) font_opts.font_file = argv[0], argc--, argv++;
53 if (!font_opts.font_file)
options.cc 338 {"font-file", 0, 0, G_OPTION_ARG_STRING, &this->font_file, "Font file-name", "filename"},
409 if (!font_file)
412 if (0 == strcmp (font_file, "-")) {
433 GMappedFile *mf = g_mapped_file_new (font_file, false, &error);
453 if (g_file_get_contents (font_file, &font_data, &l, &error)) {
options.hh 243 font_file = NULL;
258 const char *font_file; member in struct:font_options_t

Completed in 1297 milliseconds