Changeset 19 for trunk/robofab/Lib/robofab
- Timestamp:
- 01/08/08 19:18:06 (5 years ago)
- File:
-
- 1 edited
-
trunk/robofab/Lib/robofab/world.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/robofab/Lib/robofab/world.py
r1 r19 84 84 85 85 if world.inFontLab: 86 from robofab.objects.objectsFL import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont 86 from robofab.objects.objectsFL import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont, AllFonts 87 87 lineBreak = "\n" 88 88 elif world.inPython: 89 from robofab.objects.objectsRF import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont 89 from robofab.objects.objectsRF import CurrentFont, CurrentGlyph, RFont, RGlyph, OpenFont, NewFont, AllFonts 90 90 91 def AllFonts():92 """Return a list of all active fonts."""93 return RFont.getAllFonts()94 91 95 92
Note: See TracChangeset
for help on using the changeset viewer.
