Class: Fontisan::Tables::Cff::Cff2CharStringBuilder::MasterState

Inherits:
Struct
  • Object
show all
Defined in:
lib/fontisan/tables/cff/cff2_charstring_builder.rb

Overview

Tracks per-master current position during variable encoding.

Instance Attribute Summary collapse

Instance Attribute Details

#current_xObject

Returns the value of attribute current_x

Returns:

  • (Object)

    the current value of current_x



33
34
35
# File 'lib/fontisan/tables/cff/cff2_charstring_builder.rb', line 33

def current_x
  @current_x
end

#current_yObject

Returns the value of attribute current_y

Returns:

  • (Object)

    the current value of current_y



33
34
35
# File 'lib/fontisan/tables/cff/cff2_charstring_builder.rb', line 33

def current_y
  @current_y
end