| |
- Method resolution order:
- CocoaPen
- fontTools.pens.basePen.BasePen
- fontTools.pens.basePen.AbstractPen
Methods defined here:
- __init__(self, glyphSet, path=None)
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)
|