Class: Skrift::Kerning
- Inherits:
-
Struct
- Object
- Struct
- Skrift::Kerning
- Defined in:
- lib/skrift.rb
Instance Attribute Summary collapse
-
#x_shift ⇒ Object
Returns the value of attribute x_shift.
-
#y_shift ⇒ Object
Returns the value of attribute y_shift.
Instance Attribute Details
#x_shift ⇒ Object
Returns the value of attribute x_shift
7 8 9 |
# File 'lib/skrift.rb', line 7 def x_shift @x_shift end |
#y_shift ⇒ Object
Returns the value of attribute y_shift
7 8 9 |
# File 'lib/skrift.rb', line 7 def y_shift @y_shift end |