Home
last modified time | relevance | path

Searched refs:uiFont (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dgraphic_startup.cpp51 UIFont* uiFont = UIFont::GetInstance(); in InitFontEngine() local
52 if (uiFont == nullptr) { in InitFontEngine()
56 uiFont->SetPsramMemory(cacheMemAddr, cacheMemLen); in InitFontEngine()
57 int8_t ret = uiFont->SetFontPath(dPath, BaseFont::DYNAMIC_FONT); in InitFontEngine()
61 if (uiFont->IsVectorFont()) { in InitFontEngine()
63 uint8_t ret2 = uiFont->RegisterFontInfo(ttfName); in InitFontEngine()
69 (void)uiFont->SetCurrentLangId(0); // set language in InitFontEngine()

Completed in 1 milliseconds