Changeset 43

Show
Ignore:
Timestamp:
02/23/08 13:40:49 (2 years ago)
Author:
erik
Message:

psHints, allow initialisation of the object with data.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/robofab/Lib/robofab/objects/objectsRF.py

    r40 r43  
    6262        """ 
    6363         
    64         def __init__(self, aFont=None): 
     64        def __init__(self, aFont=None, data=None): 
    6565                # read the data from the font.lib, it won't be anywhere else 
    6666                BasePostScriptFontHintValues.__init__(self) 
    67                 data = None 
    6867                if aFont is not None: 
    6968                        self.setParent(aFont)