Searched defs:TextAndColor (Results 1 – 1 of 1) sorted by relevance
137 struct TextAndColor { in format() struct138 std::string text; in format()139 Color color; in format()140 bool bold = false; in format()