Method: HexaPDF::Layout::BoxFitter#content_heights
- Defined in:
- lib/hexapdf/layout/box_fitter.rb
#content_heights ⇒ Object
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 |