Home
last modified time | relevance | path

Searched refs:custom_font_path (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/samples/
Dpdfium_test.cc1118 Optional<const char*> custom_font_path = GetCustomFontPath(options); in main() local
1119 if (custom_font_path.has_value()) { in main()
1120 path_array[0] = custom_font_path.value(); in main()