Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_builder.cpp29 void UIFontBuilder::SetTextLangFontsTable(const UITextLanguageFontParam* uiTextLangFontsTable, in SetTextLangFontsTable() argument
32 if ((uiTextLangFontsTable != nullptr) && (totalFontId > 0)) { in SetTextLangFontsTable()
33 uiTextLangFontsTable_ = const_cast<UITextLanguageFontParam*>(uiTextLangFontsTable); in SetTextLangFontsTable()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_builder.h27 …void SetTextLangFontsTable(const UITextLanguageFontParam* uiTextLangFontsTable, uint16_t totalFont…