Class: Prawn::SVG::Elements::TextComponent::TextState
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::Elements::TextComponent::TextState
- Defined in:
- lib/prawn/svg/elements/text_component.rb
Instance Attribute Summary collapse
-
#dx ⇒ Object
Returns the value of attribute dx.
-
#dy ⇒ Object
Returns the value of attribute dy.
-
#length_adjust ⇒ Object
Returns the value of attribute length_adjust.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#rotation ⇒ Object
Returns the value of attribute rotation.
-
#spacing ⇒ Object
Returns the value of attribute spacing.
-
#text_length ⇒ Object
Returns the value of attribute text_length.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#dx ⇒ Object
Returns the value of attribute dx
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def dx @dx end |
#dy ⇒ Object
Returns the value of attribute dy
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def dy @dy end |
#length_adjust ⇒ Object
Returns the value of attribute length_adjust
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def length_adjust @length_adjust end |
#mode ⇒ Object
Returns the value of attribute mode
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def mode @mode end |
#parent ⇒ Object
Returns the value of attribute parent
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def parent @parent end |
#rotation ⇒ Object
Returns the value of attribute rotation
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def rotation @rotation end |
#spacing ⇒ Object
Returns the value of attribute spacing
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def spacing @spacing end |
#text_length ⇒ Object
Returns the value of attribute text_length
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def text_length @text_length end |
#x ⇒ Object
Returns the value of attribute x
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def x @x end |
#y ⇒ Object
Returns the value of attribute y
5 6 7 |
# File 'lib/prawn/svg/elements/text_component.rb', line 5 def y @y end |