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
71 72 73 |
# File 'lib/fontisan/tables/mvar.rb', line 71 def metric_name METRIC_TAGS[value_tag] end |