Searched refs:font_ (Results 1 – 2 of 2) sorted by relevance
70 verticalTextAlignment_(Alignment::TOP), textColor_(0), font_{}, textId_(0) {}75 textColor_(textColor), font_(font), textId_(textId) {} in LabelImpl()97 FontBuffer font_; variable
26 if (!font_) return Error::NotInitialized; in draw()34 std::tie(error, face) = context.loadFace(font_); in draw()