Searched refs:text_t (Results 1 – 2 of 2) sorted by relevance
50 using text_t = UTF8Range<const char*>; variable56 text_t lineText;69 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, bool rightJustified, in LabelImpl()77 void setText(text_t text) { text_ = text; } in setText()80 text_t text() const { return text_; } in text()88 text_t text_;
75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw()