Class: Idml::TextEngine::Line
- Inherits:
-
Struct
- Object
- Struct
- Idml::TextEngine::Line
- Defined in:
- lib/idml/text_engine/line_breaker.rb
Overview
A line of shaped glyphs with its natural width.
Instance Attribute Summary collapse
-
#glyphs ⇒ Object
Returns the value of attribute glyphs.
-
#width ⇒ Object
Returns the value of attribute width.
-
#x_offset ⇒ Object
Returns the value of attribute x_offset.
Instance Attribute Details
#glyphs ⇒ Object
Returns the value of attribute glyphs
6 7 8 |
# File 'lib/idml/text_engine/line_breaker.rb', line 6 def glyphs @glyphs end |
#width ⇒ Object
Returns the value of attribute width
6 7 8 |
# File 'lib/idml/text_engine/line_breaker.rb', line 6 def width @width end |
#x_offset ⇒ Object
Returns the value of attribute x_offset
6 7 8 |
# File 'lib/idml/text_engine/line_breaker.rb', line 6 def x_offset @x_offset end |