Changeset 43
- Timestamp:
- 02/23/08 13:40:49 (2 years ago)
- Files:
-
- trunk/robofab/Lib/robofab/objects/objectsRF.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/robofab/Lib/robofab/objects/objectsRF.py
r40 r43 62 62 """ 63 63 64 def __init__(self, aFont=None ):64 def __init__(self, aFont=None, data=None): 65 65 # read the data from the font.lib, it won't be anywhere else 66 66 BasePostScriptFontHintValues.__init__(self) 67 data = None68 67 if aFont is not None: 69 68 self.setParent(aFont)
