Method: HexaPDF::Content::Processor::GlyphBox#lower_left

Defined in:
lib/hexapdf/content/processor.rb

#lower_leftObject

:call-seq:

glyph_box.lower_left    -> [llx, lly]

Returns the lower left coordinate



111
112
113
# File 'lib/hexapdf/content/processor.rb', line 111

def lower_left
  [@llx, @lly]
end