Searched refs:kFonts (Results 1 – 2 of 2) sorted by relevance
41 const char* const kFonts[] = { variable94 for (size_t i = 0; i < arraysize(kFonts); ++i) { in SetupFontConfig()95 if (access(kFonts[i], R_OK) < 0) { in SetupFontConfig()96 std::cerr << "You are missing " << kFonts[i] << ". Try re-running " in SetupFontConfig()102 font_config, reinterpret_cast<const FcChar8*>(kFonts[i]))) { in SetupFontConfig()103 std::cerr << "Failed to load font " << kFonts[i] << "\n"; in SetupFontConfig()
22 const wchar_t* kFonts = in QueryFontsFromRegistry() local25 base::win::RegistryValueIterator it(HKEY_LOCAL_MACHINE, kFonts); in QueryFontsFromRegistry()