Draw a string.
@override void drawStringXY(num x, num y, String s, Color3i color) { _setColor(color); ctx.strokeText(s, x, y); }