Class: Text2svg::Content
- Inherits:
-
Struct
- Object
- Struct
- Text2svg::Content
- Defined in:
- lib/text2svg/typography.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#height ⇒ Object
Returns the value of attribute height.
-
#notdef_indexes ⇒ Object
Returns the value of attribute notdef_indexes.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
220 221 222 |
# File 'lib/text2svg/typography.rb', line 220 def data @data end |
#height ⇒ Object
Returns the value of attribute height
220 221 222 |
# File 'lib/text2svg/typography.rb', line 220 def height @height end |
#notdef_indexes ⇒ Object
Returns the value of attribute notdef_indexes
220 221 222 |
# File 'lib/text2svg/typography.rb', line 220 def notdef_indexes @notdef_indexes end |
#width ⇒ Object
Returns the value of attribute width
220 221 222 |
# File 'lib/text2svg/typography.rb', line 220 def width @width end |
Instance Method Details
#to_s ⇒ Object
221 222 223 |
# File 'lib/text2svg/typography.rb', line 221 def to_s data end |