fontTools.pens.cocoaPen
index
/code/fontTools/Lib/fontTools/pens/cocoaPen.py

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

 
class CocoaPen(fontTools.pens.basePen.BasePen)
    
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)

 
Data
        __all__ = ['CocoaPen']