TextScreen.WriteString

adds characters starting from pos in the text buffer

class TextScreen
void
WriteString
(
Vec2!size_t pos
,
string str
,
ubyte fg = Colour.White
,
ubyte bg = Colour.Black
)

Meta