Changeset 173
- Timestamp:
- 03/10/09 04:18: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
r171 r173 1035 1035 # this should only be used for UFO format version 1 1036 1036 flFont = self.naked() 1037 fontLib["org.robofab.opentype.classes"] = _normalizeLineEndings(flFont.ot_classes).rstrip() + "\n" 1038 if flFont.features: 1037 cls = flFont.ot_classes 1038 if cls is not None: 1039 fontLib["org.robofab.opentype.classes"] = _normalizeLineEndings(cls).rstrip() + "\n" 1040 if flFontA.features: 1039 1041 features = {} 1040 1042 order = []
