Class: Arrolio::TextLayout::Line::PlacedRun
- Inherits:
-
Struct
- Object
- Struct
- Arrolio::TextLayout::Line::PlacedRun
- Defined in:
- lib/arrolio/text_layout/line.rb
Instance Attribute Summary collapse
-
#run ⇒ Object
Returns the value of attribute run.
-
#x_offset ⇒ Object
Returns the value of attribute x_offset.
Instance Method Summary collapse
Instance Attribute Details
#run ⇒ Object
Returns the value of attribute run
8 9 10 |
# File 'lib/arrolio/text_layout/line.rb', line 8 def run @run end |
#x_offset ⇒ Object
Returns the value of attribute x_offset
8 9 10 |
# File 'lib/arrolio/text_layout/line.rb', line 8 def x_offset @x_offset end |
Instance Method Details
#freeze ⇒ Object
9 10 11 12 |
# File 'lib/arrolio/text_layout/line.rb', line 9 def freeze run.freeze super end |