Class: Fontisan::Tables::InstanceRecord
- Inherits:
-
Binary::BaseRecord
- Object
- BinData::Record
- Binary::BaseRecord
- Fontisan::Tables::InstanceRecord
- Defined in:
- lib/fontisan/tables/fvar.rb
Overview
BinData structure for instance record
Each instance defines a predefined combination of axis values, representing a named style/weight/width combination.
Instance Method Summary collapse
-
#name_id ⇒ Integer
Get the instance name ID.
Methods inherited from Binary::BaseRecord
Instance Method Details
#name_id ⇒ Integer
Get the instance name ID
54 55 56 |
# File 'lib/fontisan/tables/fvar.rb', line 54 def name_id subfamily_name_id end |