Class: Kerning
- Inherits:
-
Struct
- Object
- Struct
- 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
4 5 6 |
# File 'lib/skrift.rb', line 4 def x_shift @x_shift end |
#y_shift ⇒ Object
Returns the value of attribute y_shift
4 5 6 |
# File 'lib/skrift.rb', line 4 def y_shift @y_shift end |