Searched refs:GetFontNames (Results 1 – 4 of 4) sorted by relevance
24 const std::vector<std::string>& FontManager::GetFontNames() const in GetFontNames() function in OHOS::Ace::FontManager
100 const std::vector<std::string>& GetFontNames() const;
204 const std::vector<std::string>& FontManager::GetFontNames() const in GetFontNames() function in OHOS::Ace::FontManager
152 auto fontNames = pipelineContext->GetFontManager()->GetFontNames(); in NeedPaint()