Draw text (using default font)
void DrawText(Pointer<Char> text, int posX, int posY, int fontSize, ColorC color) => _DrawText(text, posX, posY, fontSize, color);