Class: Fontisan::Woff2::CollectionDecoder::FontEntry
- Inherits:
-
Struct
- Object
- Struct
- Fontisan::Woff2::CollectionDecoder::FontEntry
- Defined in:
- lib/fontisan/woff2/collection_decoder.rb
Overview
Parsed CollectionFontEntry: per-font table indices + flavor.
Instance Attribute Summary collapse
-
#flavor ⇒ Object
Returns the value of attribute flavor.
-
#table_indices ⇒ Object
Returns the value of attribute table_indices.
Instance Attribute Details
#flavor ⇒ Object
Returns the value of attribute flavor
29 30 31 |
# File 'lib/fontisan/woff2/collection_decoder.rb', line 29 def flavor @flavor end |
#table_indices ⇒ Object
Returns the value of attribute table_indices
29 30 31 |
# File 'lib/fontisan/woff2/collection_decoder.rb', line 29 def table_indices @table_indices end |