Class: Fontisan::Woff2::CollectionDecoder::TableEntry
- Inherits:
-
Struct
- Object
- Struct
- Fontisan::Woff2::CollectionDecoder::TableEntry
- Defined in:
- lib/fontisan/woff2/collection_decoder.rb
Overview
Parsed table directory entry: tag + raw bytes + transform state.
Instance Attribute Summary collapse
-
#orig_length ⇒ Object
Returns the value of attribute orig_length.
-
#raw_bytes ⇒ Object
Returns the value of attribute raw_bytes.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#transform_length ⇒ Object
Returns the value of attribute transform_length.
Instance Attribute Details
#orig_length ⇒ Object
Returns the value of attribute orig_length
25 26 27 |
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25 def orig_length @orig_length end |
#raw_bytes ⇒ Object
Returns the value of attribute raw_bytes
25 26 27 |
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25 def raw_bytes @raw_bytes end |
#tag ⇒ Object
Returns the value of attribute tag
25 26 27 |
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25 def tag @tag end |
#transform_length ⇒ Object
Returns the value of attribute transform_length
25 26 27 |
# File 'lib/fontisan/woff2/collection_decoder.rb', line 25 def transform_length @transform_length end |