Method: HexaPDF::Content::Processor::GlyphBox#lower_right
- Defined in:
- lib/hexapdf/content/processor.rb
#lower_right ⇒ Object
:call-seq:
glyph_box.lower_right -> [lrx, lry]
Returns the lower right coordinate
119 120 121 |
# File 'lib/hexapdf/content/processor.rb', line 119 def lower_right [@lrx, @lry] end |