getHeight method

double getHeight()

Returns the height of the laid-out paragraph.

Implementation

double getHeight() {
  return paragraph.height;
}