Class: Ucode::Glyphs::LastResort::Glif::Contour

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/glyphs/last_resort/glif.rb

Overview

One contour — an ordered list of Points.

Instance Attribute Summary collapse

Instance Attribute Details

#pointsObject

Returns the value of attribute points

Returns:

  • (Object)

    the current value of points



41
42
43
# File 'lib/ucode/glyphs/last_resort/glif.rb', line 41

def points
  @points
end