Class: Kerning

Inherits:
Struct
  • Object
show all
Defined in:
lib/skrift.rb

Instance Attribute Summary collapse

Instance Attribute Details

#x_shiftObject

Returns the value of attribute x_shift

Returns:

  • (Object)

    the current value of x_shift



4
5
6
# File 'lib/skrift.rb', line 4

def x_shift
  @x_shift
end

#y_shiftObject

Returns the value of attribute y_shift

Returns:

  • (Object)

    the current value of y_shift



4
5
6
# File 'lib/skrift.rb', line 4

def y_shift
  @y_shift
end