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