void writeStringStyled(int x, int y, String text, TextStyle? style) { writeStringBatch(x, y, text, style); }