Method: HexaPDF::Content::Processor::GlyphBox#upper_left
- Defined in:
- lib/hexapdf/content/processor.rb
#upper_left ⇒ Object
:call-seq:
glyph_box.upper_left -> [ulx, uly]
Returns the upper left coordinate
127 128 129 |
# File 'lib/hexapdf/content/processor.rb', line 127 def upper_left [@ulx, @uly] end |