Class: Fontisan::Woff2::SfntChecksum::Table
- Inherits:
-
Struct
- Object
- Struct
- Fontisan::Woff2::SfntChecksum::Table
- Defined in:
- lib/fontisan/woff2/sfnt_checksum.rb
Overview
Per-table data the checksum is computed over. tag is the 4-byte table tag, bytes is the (already reconstructed, post-transform) table data the decoder will see.
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
20 21 22 |
# File 'lib/fontisan/woff2/sfnt_checksum.rb', line 20 def bytes @bytes end |
#tag ⇒ Object
Returns the value of attribute tag
20 21 22 |
# File 'lib/fontisan/woff2/sfnt_checksum.rb', line 20 def tag @tag end |