Class: Prawn::SVG::Elements::TextNode::Chunk
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::Elements::TextNode::Chunk
- Defined in:
- lib/prawn/svg/elements/text_node.rb
Instance Attribute Summary collapse
-
#base_width ⇒ Object
Returns the value of attribute base_width.
-
#dx ⇒ Object
Returns the value of attribute dx.
-
#dy ⇒ Object
Returns the value of attribute dy.
-
#fixed_width ⇒ Object
Returns the value of attribute fixed_width.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#rotate ⇒ Object
Returns the value of attribute rotate.
-
#text ⇒ Object
Returns the value of attribute text.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#base_width ⇒ Object
Returns the value of attribute base_width
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def base_width @base_width end |
#dx ⇒ Object
Returns the value of attribute dx
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def dx @dx end |
#dy ⇒ Object
Returns the value of attribute dy
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def dy @dy end |
#fixed_width ⇒ Object
Returns the value of attribute fixed_width
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def fixed_width @fixed_width end |
#offset ⇒ Object
Returns the value of attribute offset
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def offset @offset end |
#rotate ⇒ Object
Returns the value of attribute rotate
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def rotate @rotate end |
#text ⇒ Object
Returns the value of attribute text
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def text @text end |
#x ⇒ Object
Returns the value of attribute x
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def x @x end |
#y ⇒ Object
Returns the value of attribute y
3 4 5 |
# File 'lib/prawn/svg/elements/text_node.rb', line 3 def y @y end |