Class: Fontisan::Tables::Hmtx::LongHorMetric
- Inherits:
-
Binary::BaseRecord
- Object
- BinData::Record
- Binary::BaseRecord
- Fontisan::Tables::Hmtx::LongHorMetric
- Defined in:
- lib/fontisan/tables/hmtx.rb
Overview
LongHorMetric record structure
Instance Attribute Summary collapse
-
#advance_width ⇒ Integer
Advance width in FUnits.
-
#lsb ⇒ Integer
Left side bearing in FUnits.
Attributes inherited from Binary::BaseRecord
Method Summary
Methods inherited from Binary::BaseRecord
Instance Attribute Details
#advance_width ⇒ Integer
Returns Advance width in FUnits.
50 51 52 53 |
# File 'lib/fontisan/tables/hmtx.rb', line 50 class LongHorMetric < Binary::BaseRecord uint16 :advance_width int16 :lsb end |
#lsb ⇒ Integer
Returns Left side bearing in FUnits.
50 51 52 53 |
# File 'lib/fontisan/tables/hmtx.rb', line 50 class LongHorMetric < Binary::BaseRecord uint16 :advance_width int16 :lsb end |