Searched refs:text_t (Results 1 – 2 of 2) sorted by relevance
52 using text_t = UTF8Range<const char*>; variable58 text_t lineText;71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl()79 void setText(text_t text) { text_ = text; } in setText()82 text_t text() const { return text_; } in text()93 text_t text_;
75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw()