Changeset 196
- Timestamp:
- 04/14/09 08:38:44 (3 years ago)
- Files:
-
- trunk/Lib/robofab/pens/flPen.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Lib/robofab/pens/flPen.py
r1 r196 174 174 for baseGlyph, tranform in _getComponents(flGlyph): 175 175 pen.addComponent(baseGlyph, tranform) 176 177 178 179 class FLPointContourPen(FLPointPen): 180 """Same as FLPointPen, except that it ignores components.""" 181 def addComponent(self, baseName, transformation): 182 pass 176 183 177 184
