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