Changeset 164
- Timestamp:
- 02/20/09 03:49:43 (4 years ago)
- File:
-
- 1 edited
-
branches/ufo2/Lib/robofab/ufoLib.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ufo2/Lib/robofab/ufoLib.py
r161 r164 1003 1003 If the value is None, None will be returned for the new value. 1004 1004 """ 1005 # convert floats to ints if possible 1006 if isinstance(value, float): 1007 if int(value) == value: 1008 value = int(value) 1005 1009 if value is not None: 1006 1010 if attr == "fontStyle":
Note: See TracChangeset
for help on using the changeset viewer.
