Writes a character at the given position with default styling.
@override void write(int x, int y, String char) { writeStyled(x, y, char, null); }