Class: Skrift::Color::CBDT::SubTable
- Inherits:
-
Struct
- Object
- Struct
- Skrift::Color::CBDT::SubTable
- Defined in:
- lib/skrift/color/cbdt.rb
Instance Attribute Summary collapse
-
#array_offset ⇒ Object
Returns the value of attribute array_offset.
-
#data_offset ⇒ Object
Returns the value of attribute data_offset.
-
#first ⇒ Object
Returns the value of attribute first.
-
#image_format ⇒ Object
Returns the value of attribute image_format.
-
#index_format ⇒ Object
Returns the value of attribute index_format.
-
#last ⇒ Object
Returns the value of attribute last.
Instance Attribute Details
#array_offset ⇒ Object
Returns the value of attribute array_offset
11 12 13 |
# File 'lib/skrift/color/cbdt.rb', line 11 def array_offset @array_offset end |
#data_offset ⇒ Object
Returns the value of attribute data_offset
11 12 13 |
# File 'lib/skrift/color/cbdt.rb', line 11 def data_offset @data_offset end |
#first ⇒ Object
Returns the value of attribute first
11 12 13 |
# File 'lib/skrift/color/cbdt.rb', line 11 def first @first end |
#image_format ⇒ Object
Returns the value of attribute image_format
11 12 13 |
# File 'lib/skrift/color/cbdt.rb', line 11 def image_format @image_format end |
#index_format ⇒ Object
Returns the value of attribute index_format
11 12 13 |
# File 'lib/skrift/color/cbdt.rb', line 11 def index_format @index_format end |
#last ⇒ Object
Returns the value of attribute last
11 12 13 |
# File 'lib/skrift/color/cbdt.rb', line 11 def last @last end |