void DrawText( Pointer<Char> text, int posX, int posY, int fontSize, ColorC color, ) { return _DrawText(text, posX, posY, fontSize, color); }