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.
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
24 25 26 |
# File 'lib/fontisan/woff2/sfnt_checksum.rb', line 24 def bytes @bytes end |
#tag ⇒ Object
Returns the value of attribute tag
24 25 26 |
# File 'lib/fontisan/woff2/sfnt_checksum.rb', line 24 def tag @tag end |