Changeset 196
- Timestamp:
- 04/14/09 13:38:44 (4 years ago)
- File:
-
- 1 edited
-
trunk/Lib/robofab/pens/flPen.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.
