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
75 76 77 |
# File 'lib/rsyntaxtree/utils.rb', line 75 def height @height end |
#width ⇒ Object
Returns the value of attribute width
75 76 77 |
# File 'lib/rsyntaxtree/utils.rb', line 75 def width @width end |