Class: GMetrics
- Inherits:
-
Struct
- Object
- Struct
- GMetrics
- Defined in:
- lib/skrift.rb
Instance Attribute Summary collapse
-
#advance_width ⇒ Object
Returns the value of attribute advance_width.
-
#left_side_bearing ⇒ Object
Returns the value of attribute left_side_bearing.
-
#min_height ⇒ Object
Returns the value of attribute min_height.
-
#min_width ⇒ Object
Returns the value of attribute min_width.
-
#y_offset ⇒ Object
Returns the value of attribute y_offset.
Instance Attribute Details
#advance_width ⇒ Object
Returns the value of attribute advance_width
1 2 3 |
# File 'lib/skrift.rb', line 1 def advance_width @advance_width end |
#left_side_bearing ⇒ Object
Returns the value of attribute left_side_bearing
1 2 3 |
# File 'lib/skrift.rb', line 1 def left_side_bearing @left_side_bearing end |
#min_height ⇒ Object
Returns the value of attribute min_height
1 2 3 |
# File 'lib/skrift.rb', line 1 def min_height @min_height end |
#min_width ⇒ Object
Returns the value of attribute min_width
1 2 3 |
# File 'lib/skrift.rb', line 1 def min_width @min_width end |
#y_offset ⇒ Object
Returns the value of attribute y_offset
1 2 3 |
# File 'lib/skrift.rb', line 1 def y_offset @y_offset end |