Changeset 43 for trunk


Ignore:
Timestamp:
02/23/08 19:40:49 (5 years ago)
Author:
erik
Message:

psHints, allow initialisation of the object with data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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) 
Note: See TracChangeset for help on using the changeset viewer.