Searched defs:StyleAndColour (Results 1 – 1 of 1) sorted by relevance
13 struct StyleAndColour { struct16 StyleAndColour() noexcept : style(INDIC_PLAIN), fore(0, 0, 0) { in StyleAndColour() argument18 …StyleAndColour(int style_, ColourDesired fore_ = ColourDesired(0, 0, 0)) noexcept : style(style_),… in style() argument