robofab.pens.basePen
index
/Users/tal/robofab/projects/robofab/Lib/robofab/pens/basePen.py

A really simple pen that just prints whatever it gets.
To illustrate the functioning of pens and how they interact
with glyph objects.

 
Classes
       
BasePen

 
class BasePen
    Base class for pens, this one just  prints when it's called
 
  Methods defined here:
__init__(self, glyph)
addAnchor(self, name, (x, y))
addComponent(self, baseName, offset=(0, 0), scale=(1, 1))
closePath(self)
curveTo(self, pt1, pt2, pt3, smooth=False)
doneDrawing(self)
lineTo(self, pt, smooth=False)
moveTo(self, pt, smooth=False)
qCurveTo(self, *pts, **kwargs)
setNote(self, note)
setWidth(self, width)