Пример #1
0
  @Override
  public final double getFullHeight(double fontHeight) {

    return fontHeight * getLineCount() + ins.getTop() + ins.getBottom();
  }
Пример #2
0
 public final double getFullHeight() {
   return getHeight() * getLineCount() + (ins.getTop() + ins.getBottom());
 }