Class: Text2svg::CharSet
- Inherits:
-
Struct
- Object
- Struct
- Text2svg::CharSet
- Defined in:
- lib/text2svg/typography.rb
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#is_draw ⇒ Object
Returns the value of attribute is_draw.
-
#metrics ⇒ Object
Returns the value of attribute metrics.
-
#outline2d ⇒ Object
Returns the value of attribute outline2d.
Instance Method Summary collapse
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
214 215 216 |
# File 'lib/text2svg/typography.rb', line 214 def char @char end |
#is_draw ⇒ Object
Returns the value of attribute is_draw
214 215 216 |
# File 'lib/text2svg/typography.rb', line 214 def is_draw @is_draw end |
#metrics ⇒ Object
Returns the value of attribute metrics
214 215 216 |
# File 'lib/text2svg/typography.rb', line 214 def metrics @metrics end |
#outline2d ⇒ Object
Returns the value of attribute outline2d
214 215 216 |
# File 'lib/text2svg/typography.rb', line 214 def outline2d @outline2d end |
Instance Method Details
#draw? ⇒ Boolean
215 216 217 |
# File 'lib/text2svg/typography.rb', line 215 def draw? is_draw end |