Class: Ucode::Glyphs::LastResort::Glif::Contour
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Glyphs::LastResort::Glif::Contour
- Defined in:
- lib/ucode/glyphs/last_resort/glif.rb
Overview
One contour — an ordered list of Points.
Instance Attribute Summary collapse
-
#points ⇒ Object
Returns the value of attribute points.
Instance Attribute Details
#points ⇒ Object
Returns the value of attribute points
41 42 43 |
# File 'lib/ucode/glyphs/last_resort/glif.rb', line 41 def points @points end |