public Coord sz() { if (r == null) return (text().sz()); else return (r.sz()); }
public Coord sz() { return (t.sz()); }