Class: Skrift::GMetrics
- Inherits:
-
Struct
- Object
- Struct
- Skrift::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
4 5 6 |
# File 'lib/skrift.rb', line 4 def advance_width @advance_width end |
#left_side_bearing ⇒ Object
Returns the value of attribute left_side_bearing
4 5 6 |
# File 'lib/skrift.rb', line 4 def left_side_bearing @left_side_bearing end |
#min_height ⇒ Object
Returns the value of attribute min_height
4 5 6 |
# File 'lib/skrift.rb', line 4 def min_height @min_height end |
#min_width ⇒ Object
Returns the value of attribute min_width
4 5 6 |
# File 'lib/skrift.rb', line 4 def min_width @min_width end |
#y_offset ⇒ Object
Returns the value of attribute y_offset
4 5 6 |
# File 'lib/skrift.rb', line 4 def y_offset @y_offset end |