Searched defs:font_file (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp111 StringOption font_file = StringOption("-f", ".ttf font file", ""); member in struct:Config
122 &keywords, &creator, &font_file, &font_size, &left_margin,
203 const std::string &font_file = config.font_file.value; local
205 if (font_file.size() > 0) {
206 typeface = SkTypeface::MakeFromFile(font_file.c_str(), 0 /* index */);
/external/harfbuzz_ng/util/
H A Doptions.hh294 font_file = NULL;
304 g_free (font_file);
314 char *font_file; member in struct:font_options_t

Completed in 137 milliseconds