Class: Arrolio::TextLayout::Line::PlacedRun

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrolio/text_layout/line.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#runObject

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



8
9
10
# File 'lib/arrolio/text_layout/line.rb', line 8

def run
  @run
end

#x_offsetObject

Returns the value of attribute x_offset

Returns:

  • (Object)

    the current value of x_offset



8
9
10
# File 'lib/arrolio/text_layout/line.rb', line 8

def x_offset
  @x_offset
end

Instance Method Details

#freezeObject



9
10
11
12
# File 'lib/arrolio/text_layout/line.rb', line 9

def freeze
  run.freeze
  super
end