blob: 494b8456f25cb20c90dea53f972908868d910c8a [file] [log] [blame]
jvre3b3ada2002-09-13 13:17:39 +00001TTX/FontTools Version 2.0 beta 2 (released ??? 2002)
2
3- Fixed bug in ClassDef format 1 subtable (Andreas Seidel bumped into
4 this one).
5
jvr7248f812002-09-10 14:10:58 +00006TTX/FontTools Version 2.0 beta 1 (released September 10 2002)
jvr8eb99922002-05-02 08:11:37 +00007
jvr862eff72002-09-10 20:35:55 +00008- Fixed embarrassing bug: the master checksum in the head table is now
9 calculated correctly even on little-endian platforms (such as Intel).
jvr7248f812002-09-10 14:10:58 +000010- Made the cmap format 4 compiler smarter: the binary data it creates is
11 now more or less as compact as possible. TTX now makes more compact
12 data than in any shipping font I've tested it with.
13- Dump glyph names as a separate "GlyphOrder" pseudo table as opposed to
14 as part of the glyf table (obviously needed for CFF-OTF's).
15- Added proper support for the CFF table.
16- Don't barf on empty tables (questionable, but "there are font out there...")
17- When writing TT glyf data, align glyphs on 4-byte boundaries. This seems
18 to be the current recommendation by MS. Also: don't barf on fonts which
19 are already 4-byte aligned.
20- Windows installer contributed bu Adam Twardoch! Yay!
21- Changed the command line interface again, now by creating one new tool
22 replacing the old ones: ttx
23 It dumps and compiles, depending on input file types. The options have
24 changed somewhat.
25 - The -d option is back (output dir)
26 - ttcompile's -i options is now called -m (as in "merge"), to avoid clash
27 with dump's -i.
28 - The -s option ("split tables") no longer creates a directory,
jvrb4bdd0f2002-05-12 12:24:11 +000029 but instead outputs a small .ttx file containing references to the
30 individual table files. This is not a true link, it's a simple file
31 name, and the referenced file should be in the same directory so
32 ttcompile can find them.
jvr7248f812002-09-10 14:10:58 +000033 - compile no longer accepts a directory as input argument. Instead it
34 can parse the new "mini-ttx" format as output by "ttx -s".
35 - all arguments are input files
jvrb4bdd0f2002-05-12 12:24:11 +000036- Renamed the command line programs and moved them to the Tools
37 subdirectory. They are now installed by the setup.py install script.
jvrb4bdd0f2002-05-12 12:24:11 +000038- Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
39 fully supported. The XML output is not yet final, as I'm still
40 considering to output certain subtables in a more human-friendly
41 manner.
42- Fixed 'kern' table to correctly accept subtables it doesn't know about,
43 as well as interpreting Apple's definition of the 'kern' table headers
44 correctly.
45- Fixed bug where glyphnames were not calculated from 'cmap' if it was
46 (one of the) first tables to be decompiled. More specifically: it cmap
47 was the first to ask for a glyphID -> glyphName mapping.
jvr8eb99922002-05-02 08:11:37 +000048- Switched XML parsers: use expat instead of xmlproc. Should be faster.
49- Removed my UnicodeString object: I now require Python 2.0 or up, which
50 has unicode support built in.
jvrb4bdd0f2002-05-12 12:24:11 +000051- Removed assert in glyf table: redundant data at the end of the table
jvr8eb99922002-05-02 08:11:37 +000052 is now ignored instead of raising an error. Should become a warning.
53- Fixed bug in hmtx/vmtx code that only occured if all advances were equal.
54- Fixed subtle bug in TT instruction disassembler.
jvrb4bdd0f2002-05-12 12:24:11 +000055- Couple of fixes to the 'post' table.
jvr8eb99922002-05-02 08:11:37 +000056- Updated OS/2 table to latest spec.
57
jvr7248f812002-09-10 14:10:58 +000058TTX/FontTools Version 1.0 beta 1 (released August 10 2001)
jvr9b5e5af2001-08-10 20:28:13 +000059
60- Reorganized the command line interface for ttDump.py and ttCompile.py,
61 they now behave more like "normal" command line tool, in that they accept
62 multiple input files for batch processing.
63- ttDump.py and ttCompile.py don't silently override files anymore, but ask
64 before doing so. Can be overridden by -f.
65- Added -d <destination-directory> option to both ttDump.py and ttCompile.py.
66- Installation is now done with distutils. (Needs work for environments without
67 compilers.)
68- Updated installation instructions.
69- Added some workarounds so as to handle certain buggy fonts more gracefully.
70- Updated Unicode table to Unicode 3.0 (Thanks Antoine!)
71- Included a Python script by Adam Twardoch that adds some useful stuff to the
72 Windows registry.
73- Moved the project to SourceForge.
74
jvr7248f812002-09-10 14:10:58 +000075TTX/FontTools Version 1.0 alpha 6 (released March 15 2000)
Just3d2d8a62000-03-15 20:56:56 +000076
77- Big reorganization: made ttLib a subpackage of the new fontTools package,
78 changed several module names. Called the entire suite "FontTools"
79- Added several submodules to fontTools, some new, some older.
80- Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML dumping
81 of GPOS/GSUB is for now disabled)
82- Fixed hdmx endian bug
83- Added -b option to ttCompile.py, it disables recalculation of bounding boxes,
84 as requested by Werner Lemberg.
85- Renamed tt2xml.pt to ttDump.py and xml2tt.py to ttCompile.py
86- Use ".ttx" as file extension instead of ".xml".
87- TTX is now the name of the XML-based *format* for TT fonts, and not just
88 an application.
89
90Version 1.0 alpha 5 (never released)
91
92- More tables supported: hdmx, vhea, vmtx
93
94Version 1.0 alpha 3 & 4 (never released)
95
96- fixed most portability issues
97- retracted the "Euro_or_currency" change from 1.0a2: it was nonsense!
98
99Version 1.0 alpha 2 (released as binary for MacOS, 2 May 1999)
100
101- genenates full FOND resources: including width table, PS
102 font name info and kern table if applicable.
103- added cmap format 4 support. Extra: dumps Unicode char names as XML comments!
104- added cmap format 6 support
105- now accepts true type files starting with "true"
106 (instead of just 0x00010000 and "OTTO")
107- 'glyf' table support is now complete: I added support for composite scale,
108 xy-scale and two-by-two for the 'glyf' table. For now, component offset scale
109 behaviour defaults to Apple-style. This only affects the (re)calculation of
110 the glyph bounding box.
111- changed "Euro" to "Euro_or_currency" in the Standard Apple Glyph order list,
112 since we cannot tell from the 'post' table which is meant. I should probably
113 doublecheck with a Unicode encoding if available. (This does not affect the
114 output!)
115
116Fixed bugs:
117- 'hhea' table is now recalculated correctly
118- fixed wrong assumption about sfnt resource names
119
120Version 1.0 alpha 1 (27 Apr 1999)
121
122- initial binary release for MacOS
123