Method: Prawn::Format::TextObject#initialize
- Defined in:
- lib/prawn/format/text_object.rb
#initialize ⇒ TextObject
Returns a new instance of TextObject.
21 22 23 24 |
# File 'lib/prawn/format/text_object.rb', line 21 def initialize @content = nil @last_x = @last_y = 0 end |