Class: Fontisan::Woff2::SfntChecksum::Table

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

Overview

Per-table data the checksum is computed over.

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



24
25
26
# File 'lib/fontisan/woff2/sfnt_checksum.rb', line 24

def bytes
  @bytes
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



24
25
26
# File 'lib/fontisan/woff2/sfnt_checksum.rb', line 24

def tag
  @tag
end