Lines Matching refs:UIFont
30 UIFont::UIFont() : instance_(nullptr), defaultInstance_(nullptr) {}
32 UIFont::~UIFont()
39 UIFont* UIFont::GetInstance()
41 static UIFont instance;
49 void UIFont::SetFont(BaseFont* font)
60 int8_t UIFont::SetFontPath(const char* path, BaseFont::FontType type)
65 int8_t UIFont::SetCurrentLangId(uint8_t langId)
70 uint16_t UIFont::GetLineMaxHeight(const char* text, uint16_t lineLength, uint16_t fontId, uint8_t fontSize,