Class: TTFunk::Table::Hmtx::HorizontalMetric
- Inherits:
-
Struct
- Object
- Struct
- TTFunk::Table::Hmtx::HorizontalMetric
- Defined in:
- lib/ttfunk/table/hmtx.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.
Instance Attribute Details
#advance_width ⇒ Object
Returns the value of attribute advance_width
20 21 22 |
# File 'lib/ttfunk/table/hmtx.rb', line 20 def advance_width @advance_width end |
#left_side_bearing ⇒ Object
Returns the value of attribute left_side_bearing
20 21 22 |
# File 'lib/ttfunk/table/hmtx.rb', line 20 def left_side_bearing @left_side_bearing end |