Class: Prawn::SVG::Elements::TextComponent::TextState

Inherits:
Struct
  • Object
show all
Defined in:
lib/prawn/svg/elements/text_component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dxObject

Returns the value of attribute dx

Returns:

  • (Object)

    the current value of dx



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def dx
  @dx
end

#dyObject

Returns the value of attribute dy

Returns:

  • (Object)

    the current value of dy



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def dy
  @dy
end

#length_adjustObject

Returns the value of attribute length_adjust

Returns:

  • (Object)

    the current value of length_adjust



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def length_adjust
  @length_adjust
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def mode
  @mode
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def parent
  @parent
end

#rotationObject

Returns the value of attribute rotation

Returns:

  • (Object)

    the current value of rotation



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def rotation
  @rotation
end

#spacingObject

Returns the value of attribute spacing

Returns:

  • (Object)

    the current value of spacing



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def spacing
  @spacing
end

#text_lengthObject

Returns the value of attribute text_length

Returns:

  • (Object)

    the current value of text_length



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def text_length
  @text_length
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



5
6
7
# File 'lib/prawn/svg/elements/text_component.rb', line 5

def y
  @y
end