Class: Fontisan::Woff2::CollectionDecoder::TableEntry

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

Overview

Parsed table directory entry: tag + raw bytes + transform state.

Instance Attribute Summary collapse

Instance Attribute Details

#orig_lengthObject

Returns the value of attribute orig_length

Returns:

  • (Object)

    the current value of orig_length



25
26
27
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25

def orig_length
  @orig_length
end

#raw_bytesObject

Returns the value of attribute raw_bytes

Returns:

  • (Object)

    the current value of raw_bytes



25
26
27
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25

def raw_bytes
  @raw_bytes
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



25
26
27
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25

def tag
  @tag
end

#transform_lengthObject

Returns the value of attribute transform_length

Returns:

  • (Object)

    the current value of transform_length



25
26
27
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25

def transform_length
  @transform_length
end