1 New in Version 1.2 (2014-XXX-XX)
2 --------------------------------
4 * Support for input file watching in ttfautohintGUI: If the 'Watch Input
5 File' box is checked, the program automatically regenerates the output
6 file as soon as the input file gets modified.
8 * With the new option `--fallback-stem-width` it is now possible to set a
9 default stem width for all scripts that lack proper standard characters in
12 * Add alias `--adjust-subglyphs` for option `--pre-hinting` to better
13 describe its functionality. The short form `-p` stays unchanged.
15 * A harmless buglet was fixed that made the `glyf` table too large by one
16 byte under some circumstances.
18 * A bug fix taken from FreeType, correcting a crash for unusual outlines.
21 New in Version 1.1 (2014-May-05)
22 --------------------------------
24 * Support for the Devanagari script.
26 * Bug fixes in the computation of strong stem widths. GDI hinting now gives
27 much more consistent results.
29 * Better recognition of script coverage: ttfautohint now properly scans
30 composite glyphs to cover components also.
32 * Improved glyph shape analysis: Non-flat local extrema are now recognized
33 more reliably, and stem detection works better.
36 New in Version 1.00 (2014-Mar-20)
37 ---------------------------------
39 * Much less memory consumption while handling fonts with complicated glyphs.
41 * Option `-s` was partially broken.
44 New in Version 1.00rc1 (2014-Feb-07)
45 ------------------------------------
47 * OpenType feature support. ttfautohint now uses the HarfBuzz library to
48 analyze data from the `GSUB` table. This allows the hinting of glyphs
49 that don't have an entry in a font's `cmap` table, for example
50 superscripts or small caps.
52 Related to this, the new option `--default-script` controls the default
53 (fallback) script used for OpenType features.
55 * More than a single standard character is used. For example, the 'latin'
56 script uses characters 'o', 'O', and digit '0'. This improves the hinting
57 of fonts (and features) that have only a partial coverage of a script's
60 * Much better GDI ClearType hinting in the range 30-80ppem (approx.),
61 avoiding overly flat tops and bottoms of round glyphs.
63 * Better handling of non-square pixels (this is, horizontal and vertical
64 resolutions differ) in the created TrueType bytecode.
67 New in Version 0.97 (2013-Nov-09)
68 ---------------------------------
70 * Improved script support. Besides Cyrillic and Greek, which are now
71 handled separately from Latin, ttfautohint can handle Hebrew.
73 * Option `-f` now takes a parameter to specify the fallback script. The
74 corresponding long option name has been renamed from `--latin-fallback` to
77 * Work around a bug in display environments that use FreeType 2.5.0 and
78 earlier for rendering: Sometimes, the 'strong' stem width routine was used
79 for DW ClearType (this is, subpixel hinting in FreeType is enabled) even
80 if 'smooth' was selected while generating the font with ttfautohint.
83 New in Version 0.96 (2013-Aug-06)
84 ---------------------------------
86 * Option `--components` has been replaced with `--composites`: By default,
87 the components of a composite glyph are now hinted separately, since tests
88 has shown that this gives good results in most cases. If this option is
89 set, however, the composite glyph itself gets hinted (and the hints of the
90 components are ignored).
92 An unfortunate side effect is that ttfautohint's option `-c` (which stays
93 as a shorthand for `--composites`) now does exactly the opposite as in
96 * Older versions of Monotype's 'iType' bytecode interpreter have a serious
97 bug: The DIV instruction rounds the result, while the correct operation is
98 truncation. This caused 'exploding characters' with fonts hinted by
99 ttfautohint. Since many printers contain this rasterizer without any
100 possibility to update to a non-buggy version, ttfautohint now contains
101 work-arounds to circumvent the problem.
103 * Better support for glyphs where some points have almost the same position
104 (for example glyph 'Oslash' in font 'Roboto-Thin').
106 * Better support for glyphs which use explicit 'on' points around round
110 New in Version 0.95 (2013-Mar-07)
111 ---------------------------------
113 * New option `--dehint` to strip off all hints without generating new hints.
114 This option is intended for testing purposes.
116 * Minor fixes to the created bytecode for compatibility.
118 * Minor GUI improvements.
121 New in Version 0.94 (2012-Nov-29)
122 ---------------------------------
124 * New option `--windows-compatibility` which adds two artificial blue zones
125 at vertical positions given by 'usWinAscent' and 'usWinDescent'. This
126 helps ttfautohint's hinting algorithm reduce the possibility of clipping
127 if those two values are very tight.
129 * Implement option `--x-height-snapping-exceptions`, making ttfautohint
130 avoid x-height snapping for selected PPEM values. Useful in combination
131 with `--windows-compatibility`.
133 * Minor fixes to the created bytecode for compatibility and robustness.
136 New in Version 0.93 (2012-Oct-09)
137 ---------------------------------
139 * New option `--components` to treat components of composite glyphs
140 separately. This greatly reduces the bytecode size.
142 I'm waiting for reports whether this option works for most fonts; in case
143 this is true I'm inverting the option, making it the default (and the old
146 * Full support of TTCs, this is, all subfonts get auto-hinted now.
148 * The upper limit of the `--increase-x-height` option has been removed.
150 * Drag-and-drop support in the GUI.
152 * The TTY version of ttfautohint now acts like a (Unix) filter, this is, it
153 accepts stdin and stdout as input and output, respectively.
155 * Less memory consumption.
158 New in Version 0.92 (2012-Aug-07)
159 ---------------------------------
161 * A serious bug in the created bytecode has been fixed, causing incorrect
165 New in Version 0.91 (2012-Jul-12)
166 ---------------------------------
168 * A new, 'strong' routine to handle stem widths and positions has been
169 added, to be selected with the `--strong-stem-width` command line option.
170 If it is active, stem widths and positions are snapped to the grid as much
171 as possible. This algorithm is useful for GDI ClearType support.
173 * A new command line option `--debug` (not available for ttfautohintGUI) to
174 print very detailed debugging information.
177 New in Version 0.9 (2012-Jun-06)
178 --------------------------------
180 * The created bytecode has been reduced in size, making it approx. 20%
183 * New option `--symbol` to use standard stem height and width values instead
184 of using character 'o' (which may be missing). Use this option for symbol
185 fonts or math glyphs.
187 * More documentation (in text, HTML, and PDF format). It's still
190 * Option `--ignore-permissions` has been renamed to `--ignore-restrictions`.
191 The short form is still `-i`.
193 * Defaults for various parameters have been set to more sensible values:
195 - hinting-range-max: 50 (was 1000)
196 - hinting-limit: 200 (was 1000)
198 * Option `--increase-x-height` now has a mandatory argument (in the range
199 6-20 or value\ 0 to disable it, default value is 14).
202 New in Version 0.8 (2012-Mar-21)
203 --------------------------------
205 * Implement option `-x` to increase the x height of the font for small PPEM
206 values by rounding up far more often then rounding down.
208 * Add option '`-G n`' to switch off hinting completely above value\ `n`.
210 * ttfautohint now appends version information and the used parameters to the
211 'Version' field(s) in the 'name' table. This can be suppressed with
215 New in Version 0.7 (2012-Feb-05)
216 --------------------------------
218 * A GUI has been added, using the Qt framework. The binary is called
222 New in Version 0.6.1 (2012-Jan-02)
223 ----------------------------------
225 * The improved handling of composite glyphs in 0.6 was buggy under certain
226 circumstances, making ttfautohint crash and FontValidator complain.
228 * Dropout handling has been activated.
231 New in Version 0.6 (2011-Dec-25)
232 --------------------------------
234 * Improved handling of composite glyphs.
236 * Implement option `-p` to pre-hint glyphs with original hints before
237 conversion takes place.
239 * Don't add a `DSIG` table if there is none in the input font.
241 * Human-readable error messages instead of hexadecimal error codes.
243 * Better tests (both at runtime and compile time) to reject too old FreeType
247 New in Version 0.5 (2011-Nov-06)
248 --------------------------------
250 * Rendering on iOS is now expected to give good results.
252 * No bad rendering at very large PPEM values.
255 New in Version 0.4 (2011-Oct-27)
256 --------------------------------
258 * The bytecode has been changed to 'create' twilight points. This should
259 avoid rendering artifacts on some platforms.
262 New in Version 0.3 (2011-Sep-09)
263 --------------------------------
265 * Fix font generation; sometimes the `glyf` table was one byte too short,
266 making the font invalid.
269 New in Version 0.2 (2011-Jul-19)
270 --------------------------------
272 * Fix bytecode bugs which prevented correct rendering on some platforms.
275 New in Version 0.1 (2011-Jun-30)
276 --------------------------------