Searched refs:GetFontSet (Results 1 – 4 of 4) sorted by relevance
45 std::vector<std::string> GetFontSet(const char* fname) in GetFontSet() function48 return fontConfig.GetFontSet(); in GetFontSet()74 auto fontSet1 = GetFontSet(nullptr);79 auto fontSet2 = GetFontSet(FILE_NAME.c_str());83 auto fontSet2 = GetFontSet(FILE_NAME.c_str());
33 std::vector<std::string> GetFontSet() const;
52 auto fonts = fontConfig.GetFontSet(); in FontParser()55 auto prodFonts = fontProdConfig.GetFontSet(); in FontParser()
152 std::vector<std::string> FontConfig::GetFontSet() const in GetFontSet() function in OHOS::Rosen::TextEngine::FontConfig