Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font.h131 int8_t GetDefaultParamByLangId(uint8_t langId, LangTextParam** pParam) const in GetDefaultParamByLangId() function
133 return instance_->GetDefaultParamByLangId(langId, pParam); in GetDefaultParamByLangId()
H A Dbase_font.h112 int8_t GetDefaultParamByLangId(uint8_t langId, LangTextParam** pParam) const;
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dbase_font.cpp41 int8_t BaseFont::GetDefaultParamByLangId(uint8_t langId, LangTextParam** pParam) const in GetDefaultParamByLangId() function in OHOS::BaseFont