Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h70 verticalTextAlignment_(Alignment::TOP), textColor_(0), font_{}, textId_(0) {}
75 textColor_(textColor), font_(font), textId_(textId) {} in LabelImpl()
97 FontBuffer font_; variable
/system/teeui/libteeui/src/
Dlabel.cpp26 if (!font_) return Error::NotInitialized; in draw()
34 std::tie(error, face) = context.loadFace(font_); in draw()