Class: Fontisan::Woff2::CollectionDecoder::FontEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/fontisan/woff2/collection_decoder.rb

Overview

Parsed CollectionFontEntry: per-font table indices + flavor.

Instance Attribute Summary collapse

Instance Attribute Details

#flavorObject

Returns the value of attribute flavor

Returns:

  • (Object)

    the current value of flavor



29
30
31
# File 'lib/fontisan/woff2/collection_decoder.rb', line 29

def flavor
  @flavor
end

#table_indicesObject

Returns the value of attribute table_indices

Returns:

  • (Object)

    the current value of table_indices



29
30
31
# File 'lib/fontisan/woff2/collection_decoder.rb', line 29

def table_indices
  @table_indices
end