Class: FontMetrics::Metrics
- Inherits:
-
Struct
- Object
- Struct
- FontMetrics::Metrics
- Defined in:
- lib/rsyntaxtree/utils.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
96 97 98 |
# File 'lib/rsyntaxtree/utils.rb', line 96 def height @height end |
#width ⇒ Object
Returns the value of attribute width
96 97 98 |
# File 'lib/rsyntaxtree/utils.rb', line 96 def width @width end |