Renders text to the cursor location at textSize and with colors set by textColor.
Future<bool> text(String text) => proto.write(5, text.codeUnits);