@Override public final double getFullHeight(double fontHeight) { return fontHeight * getLineCount() + ins.getTop() + ins.getBottom(); }
public final double getFullWidth() { return stringWidth() + (ins.getLeft() + ins.getRight()); }
public final double getFullHeight() { return getHeight() * getLineCount() + (ins.getTop() + ins.getBottom()); }