bool stringRgba(math.Point<double> p, String s, int r, int g, int b, int a) { return gfx.stringRgba(this, p.x, p.y, s, r, g, b, a); }