Add control instruction keyword `t[ouch]' for pre-IUP deltas.
[ttfautohint.git] / NEWS
blob50c9dbb6c96c0055ac0f16f39b544a45d9bb27bb
1 New in Version 1.3 (XXXX-XXX-XX)
2 --------------------------------
4 * Keywords in control instruction files can be more verbose to increase
5   readability.  You can now use `left`, `right`, `nodir`, `point`, `xshift`,
6   and `yshift` for `l`, `r`, `n`, `p`, `x`, and `y`, respectively.
8 * Support for the Telugu script.
11 New in Version 1.2 (2014-Oct-06)
12 --------------------------------
14 * It is now possible to control the hinting process at a very low level
15   using a 'control instructions' file.  Right now, two modes are supported:
17     - Adding segments and changing segment directions.
19     - Applying delta exceptions.  Note that this doesn't really work in
20       ClearType.
22   Please see the documentation for a description and a small tutorial.
24   In the TTY front-end, use option `--control-file` to load such a file.
26 * Support for input file watching in ttfautohintGUI: If the 'Watch Input
27   File' box is checked, the program automatically regenerates the output
28   file as soon as the input font or control instructions file gets modified.
30   The idea is to dock ttfautohintGUI to your favourite font and text editor
31   instead of adding a cheap text editor to ttfautohintGUI itself.
33 * With the new option `--fallback-stem-width` it is now possible to set a
34   default stem width for all scripts that lack proper standard characters in
35   the font.
37 * Add alias `--adjust-subglyphs` for option `--pre-hinting` to better
38   describe its functionality.  The short form `-p` stays unchanged.
40 * New option `--ttfa-table` to add an SFNT table `TTFA` to the output font,
41   containing an ASCII dump of all used ttfautohint parameters (including
42   control instructions).  Right now, this is mainly for archiving purposes. 
43   Forthcoming versions of ttfautohint will be able to re-use this data if a
44   font gets re-processed.
46 * A harmless buglet was fixed that made the `glyf` table too large by one
47   byte under some circumstances.
49 * A bug fix taken from FreeType, correcting a crash for unusual outlines.
51 * Better handling of TTC files.
53 * New library options `error-callback` and `error-callback-data` for
54   improved diagnostics.  [No change in the front-ends except better error
55   messages.]
57 * Many other, minor fixes and improvements.
60 New in Version 1.1 (2014-May-05)
61 --------------------------------
63 * Support for the Devanagari script.
65 * Bug fixes in the computation of strong stem widths.  GDI hinting now gives
66   much more consistent results.
68 * Better recognition of script coverage: ttfautohint now properly scans
69   composite glyphs to cover components also.
71 * Improved glyph shape analysis: Non-flat local extrema are now recognized
72   more reliably, and stem detection works better.
75 New in Version 1.00 (2014-Mar-20)
76 ---------------------------------
78 * Much less memory consumption while handling fonts with complicated glyphs.
80 * Option `-s` was partially broken.
83 New in Version 1.00rc1 (2014-Feb-07)
84 ------------------------------------
86 * OpenType feature support.  ttfautohint now uses the HarfBuzz library to
87   analyze data from the `GSUB` table.  This allows the hinting of glyphs
88   that don't have an entry in a font's `cmap` table, for example
89   superscripts or small caps.
91   Related to this, the new option `--default-script` controls the default
92   (fallback) script used for OpenType features.
94 * More than a single standard character is used.  For example, the 'latin'
95   script uses characters 'o', 'O', and digit '0'.  This improves the hinting
96   of fonts (and features) that have only a partial coverage of a script's
97   character repertoire.
99 * Much better GDI ClearType hinting in the range 30-80ppem (approx.),
100   avoiding overly flat tops and bottoms of round glyphs.
102 * Better handling of non-square pixels (this is, horizontal and vertical
103   resolutions differ) in the created TrueType bytecode.
106 New in Version 0.97 (2013-Nov-09)
107 ---------------------------------
109 * Improved script support.  Besides Cyrillic and Greek, which are now
110   handled separately from Latin, ttfautohint can handle Hebrew.
112 * Option `-f` now takes a parameter to specify the fallback script.  The
113   corresponding long option name has been renamed from `--latin-fallback` to
114   `--fallback-script`.
116 * Work around a bug in display environments that use FreeType 2.5.0 and
117   earlier for rendering: Sometimes, the 'strong' stem width routine was used
118   for DW ClearType (this is, subpixel hinting in FreeType is enabled) even
119   if 'smooth' was selected while generating the font with ttfautohint.
122 New in Version 0.96 (2013-Aug-06)
123 ---------------------------------
125 * Option `--components` has been replaced with `--composites`: By default,
126   the components of a composite glyph are now hinted separately, since tests
127   has shown that this gives good results in most cases.  If this option is
128   set, however, the composite glyph itself gets hinted (and the hints of the
129   components are ignored).
131   An unfortunate side effect is that ttfautohint's option `-c` (which stays
132   as a shorthand for `--composites`) now does exactly the opposite as in
133   previous releases.
135 * Older versions of Monotype's 'iType' bytecode interpreter have a serious
136   bug: The DIV instruction rounds the result, while the correct operation is
137   truncation.  This caused 'exploding characters' with fonts hinted by
138   ttfautohint.  Since many printers contain this rasterizer without any
139   possibility to update to a non-buggy version, ttfautohint now contains
140   work-arounds to circumvent the problem.
142 * Better support for glyphs where some points have almost the same position
143   (for example glyph 'Oslash' in font 'Roboto-Thin').
145 * Better support for glyphs that use explicit 'on' points around round
146   extrema.
149 New in Version 0.95 (2013-Mar-07)
150 ---------------------------------
152 * New option `--dehint` to strip off all hints without generating new hints.
153   This option is intended for testing purposes.
155 * Minor fixes to the created bytecode for compatibility.
157 * Minor GUI improvements.
160 New in Version 0.94 (2012-Nov-29)
161 ---------------------------------
163 * New option `--windows-compatibility` that adds two artificial blue zones
164   at vertical positions given by 'usWinAscent' and 'usWinDescent'.  This
165   helps ttfautohint's hinting algorithm reduce the possibility of clipping
166   if those two values are very tight.
168 * Implement option `--x-height-snapping-exceptions`, making ttfautohint
169   avoid x-height snapping for selected PPEM values.  Useful in combination
170   with `--windows-compatibility`.
172 * Minor fixes to the created bytecode for compatibility and robustness.
175 New in Version 0.93 (2012-Oct-09)
176 ---------------------------------
178 * New option `--components` to treat components of composite glyphs
179   separately.  This greatly reduces the bytecode size.
181   I'm waiting for reports whether this option works for most fonts; in case
182   this is true I'm inverting the option, making it the default (and the old
183   behaviour optional).
185 * Full support of TTCs, this is, all subfonts get auto-hinted now.
187 * The upper limit of the `--increase-x-height` option has been removed.
189 * Drag-and-drop support in the GUI.
191 * The TTY version of ttfautohint now acts like a (Unix) filter, this is, it
192   accepts stdin and stdout as input and output, respectively.
194 * Less memory consumption.
197 New in Version 0.92 (2012-Aug-07)
198 ---------------------------------
200 * A serious bug in the created bytecode has been fixed, causing incorrect
201   rounding.
204 New in Version 0.91 (2012-Jul-12)
205 ---------------------------------
207 * A new, 'strong' routine to handle stem widths and positions has been
208   added, to be selected with the `--strong-stem-width` command line option.
209   If it is active, stem widths and positions are snapped to the grid as much
210   as possible.  This algorithm is useful for GDI ClearType support.
212 * A new command line option `--debug` (not available for ttfautohintGUI) to
213   print very detailed debugging information.
216 New in Version 0.9 (2012-Jun-06)
217 --------------------------------
219 * The created bytecode has been reduced in size, making it approx. 20%
220   smaller.
222 * New option `--symbol` to use standard stem height and width values instead
223   of using character 'o' (which may be missing).  Use this option for symbol
224   fonts or math glyphs.
226 * More documentation (in text, HTML, and PDF format).  It's still
227   incomplete, though.
229 * Option `--ignore-permissions` has been renamed to `--ignore-restrictions`.
230   The short form is still `-i`.
232 * Defaults for various parameters have been set to more sensible values:
234     - hinting-range-max: 50 (was 1000)
235     - hinting-limit: 200 (was 1000)
237 * Option `--increase-x-height` now has a mandatory argument (in the range
238   6-20 or value\ 0 to disable it, default value is 14).
241 New in Version 0.8 (2012-Mar-21)
242 --------------------------------
244 * Implement option `-x` to increase the x height of the font for small PPEM
245   values by rounding up far more often then rounding down.
247 * Add option '`-G n`' to switch off hinting completely above value\ `n`.
249 * ttfautohint now appends version information and the used parameters to the
250   'Version' field(s) in the 'name' table.  This can be suppressed with
251   option `-n`.
254 New in Version 0.7 (2012-Feb-05)
255 --------------------------------
257 * A GUI has been added, using the Qt framework.  The binary is called
258   'ttfautohintGUI'.
261 New in Version 0.6.1 (2012-Jan-02)
262 ----------------------------------
264 * The improved handling of composite glyphs in 0.6 was buggy under certain
265   circumstances, making ttfautohint crash and FontValidator complain.
267 * Dropout handling has been activated.
270 New in Version 0.6 (2011-Dec-25)
271 --------------------------------
273 * Improved handling of composite glyphs.
275 * Implement option `-p` to pre-hint glyphs with original hints before
276   conversion takes place.
278 * Don't add a `DSIG` table if there is none in the input font.
280 * Human-readable error messages instead of hexadecimal error codes.
282 * Better tests (both at runtime and compile time) to reject too old FreeType
283   versions.
286 New in Version 0.5 (2011-Nov-06)
287 --------------------------------
289 * Rendering on iOS is now expected to give good results.
291 * No bad rendering at very large PPEM values.
294 New in Version 0.4 (2011-Oct-27)
295 --------------------------------
297 * The bytecode has been changed to 'create' twilight points.  This should
298   avoid rendering artifacts on some platforms.
301 New in Version 0.3 (2011-Sep-09)
302 --------------------------------
304 * Fix font generation; sometimes the `glyf` table was one byte too short,
305   making the font invalid.
308 New in Version 0.2 (2011-Jul-19)
309 --------------------------------
311 * Fix bytecode bugs that prevented correct rendering on some platforms.
314 New in Version 0.1 (2011-Jun-30)
315 --------------------------------
317 * First release.