Class: Idml::TextEngine::VerticalTextLayout::PositionedGlyph
- Inherits:
-
Struct
- Object
- Struct
- Idml::TextEngine::VerticalTextLayout::PositionedGlyph
- Defined in:
- lib/idml/text_engine/vertical_text_layout.rb
Overview
One glyph placed at its baseline in a vertical column.
Instance Attribute Summary collapse
-
#codepoint ⇒ Object
Returns the value of attribute codepoint.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#codepoint ⇒ Object
Returns the value of attribute codepoint
13 14 15 |
# File 'lib/idml/text_engine/vertical_text_layout.rb', line 13 def codepoint @codepoint end |
#x ⇒ Object
Returns the value of attribute x
13 14 15 |
# File 'lib/idml/text_engine/vertical_text_layout.rb', line 13 def x @x end |
#y ⇒ Object
Returns the value of attribute y
13 14 15 |
# File 'lib/idml/text_engine/vertical_text_layout.rb', line 13 def y @y end |