Class: Pdfrb::Font::Sfnt::Entry
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Font::Sfnt::Entry
- Defined in:
- lib/pdfrb/font/sfnt.rb
Instance Attribute Summary collapse
-
#byte_length ⇒ Object
Returns the value of attribute byte_length.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#byte_length ⇒ Object
Returns the value of attribute byte_length
12 13 14 |
# File 'lib/pdfrb/font/sfnt.rb', line 12 def byte_length @byte_length end |
#offset ⇒ Object
Returns the value of attribute offset
12 13 14 |
# File 'lib/pdfrb/font/sfnt.rb', line 12 def offset @offset end |
#tag ⇒ Object
Returns the value of attribute tag
12 13 14 |
# File 'lib/pdfrb/font/sfnt.rb', line 12 def tag @tag end |