DrawText abstract method
Draw text (using default font)
Implementation
void DrawText(
String text,
num posX,
num posY,
num fontSize,
ColorStructType color,
);
Draw text (using default font)
void DrawText(
String text,
num posX,
num posY,
num fontSize,
ColorStructType color,
);