Changeset 175
- Timestamp:
- 03/24/09 09:40:03 (3 years ago)
- Files:
-
- trunk/Lib/robofab/objects/objectsFL.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Lib/robofab/objects/objectsFL.py
r174 r175 1071 1071 if cls is not None: 1072 1072 fontLib["org.robofab.opentype.classes"] = _normalizeLineEndings(cls).rstrip() + "\n" 1073 if flFont A.features:1073 if flFont.features: 1074 1074 features = {} 1075 1075 order = []
