Class: Idml::TextEngine::VerticalTextLayout::PositionedGlyph

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codepointObject

Returns the value of attribute codepoint

Returns:

  • (Object)

    the current value of codepoint



13
14
15
# File 'lib/idml/text_engine/vertical_text_layout.rb', line 13

def codepoint
  @codepoint
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



13
14
15
# File 'lib/idml/text_engine/vertical_text_layout.rb', line 13

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



13
14
15
# File 'lib/idml/text_engine/vertical_text_layout.rb', line 13

def y
  @y
end