Class: Skrift::Color::CBDT::Strike
- Inherits:
-
Struct
- Object
- Struct
- Skrift::Color::CBDT::Strike
- Defined in:
- lib/skrift/color/cbdt.rb
Instance Attribute Summary collapse
-
#end_gid ⇒ Object
Returns the value of attribute end_gid.
-
#ppem_x ⇒ Object
Returns the value of attribute ppem_x.
-
#ppem_y ⇒ Object
Returns the value of attribute ppem_y.
-
#start_gid ⇒ Object
Returns the value of attribute start_gid.
-
#subtables ⇒ Object
Returns the value of attribute subtables.
Instance Attribute Details
#end_gid ⇒ Object
Returns the value of attribute end_gid
10 11 12 |
# File 'lib/skrift/color/cbdt.rb', line 10 def end_gid @end_gid end |
#ppem_x ⇒ Object
Returns the value of attribute ppem_x
10 11 12 |
# File 'lib/skrift/color/cbdt.rb', line 10 def ppem_x @ppem_x end |
#ppem_y ⇒ Object
Returns the value of attribute ppem_y
10 11 12 |
# File 'lib/skrift/color/cbdt.rb', line 10 def ppem_y @ppem_y end |
#start_gid ⇒ Object
Returns the value of attribute start_gid
10 11 12 |
# File 'lib/skrift/color/cbdt.rb', line 10 def start_gid @start_gid end |
#subtables ⇒ Object
Returns the value of attribute subtables
10 11 12 |
# File 'lib/skrift/color/cbdt.rb', line 10 def subtables @subtables end |