Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp45 std::vector<std::string> GetFontSet(const char* fname) in GetFontSet() function
48 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());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h33 std::vector<std::string> GetFontSet() const;
H A Dfont_parser.cpp52 auto fonts = fontConfig.GetFontSet(); in FontParser()
55 auto prodFonts = fontProdConfig.GetFontSet(); in FontParser()
H A Dfont_config.cpp152 std::vector<std::string> FontConfig::GetFontSet() const in GetFontSet() function in OHOS::Rosen::TextEngine::FontConfig