drawText method

void drawText(
  1. String text,
  2. int x,
  3. int y,
  4. bool right,
)

Implementation

void drawText( String text, int x, int y, bool right ){
	drawTextColor( text, x, y, _color, right );
}