Changeset 21 for trunk/robofab/Lib/robofab
- Timestamp:
- 01/09/08 08:53:25 (5 years ago)
- Location:
- trunk/robofab/Lib/robofab
- Files:
-
- 3 edited
-
__init__.py (modified) (1 diff)
-
glifLib.py (modified) (1 diff)
-
world.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/robofab/Lib/robofab/__init__.py
r13 r21 14 14 MORE INFO 15 15 The RoboFab homepage, documentation etc. 16 http:// www.letterror.com/code/robofab16 http://robofab.com 17 17 18 18 LICENSE 19 19 Some restrictions apply. 20 http:// www.letterror.com/code/manual/download/license.html20 http://robofab.com/download/index.html 21 21 22 22 HISTORY -
trunk/robofab/Lib/robofab/glifLib.py
r1 r21 3 3 More info about the .glif format (GLyphInterchangeFormat) can be found here: 4 4 5 http://just.letterror.com/ltrwiki/GlyphInterchangeFormat 5 http://robofab.com/ufo/glif.html 6 6 7 7 The main class in this module is GlyphSet. It manages a set of .glif files -
trunk/robofab/Lib/robofab/world.py
r19 r21 21 21 self._license = False 22 22 self.run = True 23 24 # check the time25 26 # show the sponsors27 #if self._willNag and not self._hasNagged:28 # self.printMessage(['This program uses RoboFab', 'For more information on RoboFab contact the Developers', 'http://www.letterror.com/code/robofab/'])29 23 30 24 # get some platform information
Note: See TracChangeset
for help on using the changeset viewer.
