class HexaPDF::Layout::Style

def scaled_y_min

height or font size.
The minimum y-coordinate, calculated using the scaled descender of the font and the line
def scaled_y_min
  @scaled_y_min ||= scaled_font_descender * (line_height || font_size) / font_size.to_f +
    calculated_text_rise
end