Method: HexaPDF::Layout::BoxFitter#content_heights

Defined in:
lib/hexapdf/layout/box_fitter.rb

#content_heightsObject

Returns an array with the heights of the content of each frame.



125
126
127
# File 'lib/hexapdf/layout/box_fitter.rb', line 125

def content_heights
  @content_heights
end