robofab.pens.quartzPen
index
/code/projects/robofab/Lib/robofab/pens/quartzPen.py

 
Classes
       
fontTools.pens.basePen.BasePen(fontTools.pens.basePen.AbstractPen)
QuartzPen

 
class QuartzPen(fontTools.pens.basePen.BasePen)
    Pen to draw onto a Quartz drawing context (Carbon.CG).
 
 
Method resolution order:
QuartzPen
fontTools.pens.basePen.BasePen
fontTools.pens.basePen.AbstractPen

Methods defined here:
__init__(self, glyphSet, quartzContext)

Methods inherited from fontTools.pens.basePen.BasePen:
addComponent(self, glyphName, transformation)
This default implementation simply transforms the points
of the base glyph and draws it onto self.
closePath(self)
curveTo(self, *points)
endPath(self)
lineTo(self, pt)
moveTo(self, pt)
qCurveTo(self, *points)