Class: Tea::Font::WrappedLines
- Inherits:
-
Array
- Object
- Array
- Tea::Font::WrappedLines
- Defined in:
- lib/tea/c_font.rb
Overview
Array-like return class of word_wrap(). end_x
holds the position of the end of the final line.
Instance Attribute Summary collapse
-
#end_x ⇒ Object
Returns the value of attribute end_x.
Instance Attribute Details
#end_x ⇒ Object
Returns the value of attribute end_x.
99 100 101 |
# File 'lib/tea/c_font.rb', line 99 def end_x @end_x end |