Class: Fontisan::Tables::Mvar::ValueRecord
- Inherits:
-
Binary::BaseRecord
- Object
- BinData::Record
- Binary::BaseRecord
- Fontisan::Tables::Mvar::ValueRecord
- Defined in:
- lib/fontisan/tables/mvar.rb
Overview
Value record structure
Instance Method Summary collapse
-
#metric_name ⇒ Symbol?
Get the metric name for this value tag.
Methods inherited from Binary::BaseRecord
Instance Method Details
#metric_name ⇒ Symbol?
Get the metric name for this value tag
68 69 70 |
# File 'lib/fontisan/tables/mvar.rb', line 68 def metric_name METRIC_TAGS[value_tag] end |