Class: Fontisan::Tables::InstanceRecord

Inherits:
Binary::BaseRecord show all
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

Methods inherited from Binary::BaseRecord

#raw_data, read, #valid?

Instance Method Details

#name_idInteger

Get the instance name ID

Returns:

  • (Integer)

    Name table ID for this instance



55
56
57
# File 'lib/fontisan/tables/fvar.rb', line 55

def name_id
  subfamily_name_id
end