Class: Fontisan::Tables::Cff::Cff2CharStringBuilder::MasterState
- Inherits:
-
Struct
- Object
- Struct
- Fontisan::Tables::Cff::Cff2CharStringBuilder::MasterState
- Defined in:
- lib/fontisan/tables/cff/cff2_charstring_builder.rb
Overview
Tracks per-master current position during variable encoding.
Instance Attribute Summary collapse
-
#current_x ⇒ Object
Returns the value of attribute current_x.
-
#current_y ⇒ Object
Returns the value of attribute current_y.
Instance Attribute Details
#current_x ⇒ Object
Returns the value of attribute current_x
33 34 35 |
# File 'lib/fontisan/tables/cff/cff2_charstring_builder.rb', line 33 def current_x @current_x end |
#current_y ⇒ Object
Returns the value of attribute current_y
33 34 35 |
# File 'lib/fontisan/tables/cff/cff2_charstring_builder.rb', line 33 def current_y @current_y end |