height method

int height()

Implementation

int height() {
  // 708
  return ttfFontHeight(this);
}