class HexaPDF::Layout::Line

def text_y_max

The maximum y-coordinate of any TextFragment item of the line.
def text_y_max
  @text_y_max ||= calculate_y_dimensions[3]
end