drawText abstract method

void drawText(
  1. String text,
  2. num posX,
  3. num posY,
  4. num fontSize,
  5. ColorD color,
)

Implementation

void drawText(String text, num posX, num posY, num fontSize, ColorD color);