num textHeight

Source

num get textHeight {
  _refreshTextLineMetrics();
  return _textHeight;
}