Searched refs:custom_font_path (Results 1 – 1 of 1) sorted by relevance
1118 Optional<const char*> custom_font_path = GetCustomFontPath(options); in main() local1119 if (custom_font_path.has_value()) { in main()1120 path_array[0] = custom_font_path.value(); in main()