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
/
fontTools
/
ttLib
History
Just
1670f7af0e
XMLApplication: don't create a new table when a table with that tag already exist in the TTFont object.
...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@39 4cde692c-a291-49d1-8350-778aa11640f8
1999-12-27 20:02:32 +00:00
..
tables
don't recalc a number of things then TTFont().recalcBBoxes is off. This allows us to compact glyphs right after they've been parsed from XML, which should greatly reduce memory usage, and therefore should speedup compiling large fonts.
1999-12-23 14:44:16 +00:00
test
added browseTTFont() function.
1999-12-23 14:44:59 +00:00
__init__.py
Added optional splitTables argument to TTFont.saveXML(). Set to non-zero, this will cause each table to be dumped to an idividual XML file.
1999-12-27 19:48:21 +00:00
macUtils.py
Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship.
1999-12-16 21:34:53 +00:00
sfnt.py
Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship.
1999-12-16 21:34:53 +00:00
standardGlyphOrder.py
Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship.
1999-12-16 21:34:53 +00:00
xmlImport.py
XMLApplication: don't create a new table when a table with that tag already exist in the TTFont object.
1999-12-27 20:02:32 +00:00