Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp94 auto fontPlatform = FontPlatformProxy::GetInstance().GetFontPlatform(); in GetSystemFontList() local
95 if (fontPlatform) { in GetSystemFontList()
96 fontPlatform->GetSystemFontList(fontList); in GetSystemFontList()
161 auto fontPlatform = FontPlatformProxy::GetInstance().GetFontPlatform(); in GetSystemFont() local
162 if (fontPlatform) { in GetSystemFont()
163 isGetFont = fontPlatform->GetSystemFont(fontName, fontInfo); in GetSystemFont()