This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
ufoLib
History
Tal Leming
2d17dfc09e
Don't support in-place down conversion. It's too lossy. The way to do it is to write a UFO with the lower format to a temporary location, use shutil to remove the old UFO, then use shutil to move the new UFO. This will remove any unknown data (ie .svn directories) but this would likely happen in an in-place down conversion anyway.
...
git-svn-id:
http://svn.robofab.com/branches/ufo3k@384
b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
2011-10-06 13:30:11 +00:00
..
test
Don't support in-place down conversion. It's too lossy. The way to do it is to write a UFO with the lower format to a temporary location, use shutil to remove the old UFO, then use shutil to move the new UFO. This will remove any unknown data (ie .svn directories) but this would likely happen in an in-place down conversion anyway.
2011-10-06 13:30:11 +00:00
__init__.py
Don't support in-place down conversion. It's too lossy. The way to do it is to write a UFO with the lower format to a temporary location, use shutil to remove the old UFO, then use shutil to move the new UFO. This will remove any unknown data (ie .svn directories) but this would likely happen in an in-place down conversion anyway.
2011-10-06 13:30:11 +00:00
converters.py
Kerning prefixes are no longer part of fontnfo.plist.
2011-10-03 14:43:17 +00:00
filenames.py
Tabs.
2011-09-27 17:35:54 +00:00
glifLib.py
Don't write the advance attributes if they are the defaults.
2011-10-04 01:42:57 +00:00
plistFromTree.py
Moving ufoLib and glifLib to a new package.
2011-09-18 11:53:11 +00:00
plistlib.py
Moving ufoLib and glifLib to a new package.
2011-09-18 11:53:11 +00:00
validators.py
Default name check.
2011-10-04 17:37:37 +00:00
xmlTreeBuilder.py
Moving ufoLib and glifLib to a new package.
2011-09-18 11:53:11 +00:00