[doc] Update `taranges.sed' to changed number forms in `taranges.c'.
[ttfautohint.git] / NEWS
blob1006d2674e5d84ea4d2bad59cad6a66e75003ffd
1 Version 1.6 (2016-XXX-XX)
2 -------------------------
4 * Support for Armenian, Georgian, Gujarati, Gurmukhi, Kannada, Malayalam,
5   Sinhala, and Tamil scripts.
7 * New option `--ttfa-info` to display a font's `TTFA` table (if present).
9 * Glyphs covered by the fallback script are now hinted by default.
10   Previously, they were scaled only.  The default fallback script `none` now
11   implies hinting without script-specific blue zones (but still aligning
12   stems to the grid if possible).
14 * The new option `--fallback-scaling` changes the behaviour of the fallback
15   script from hinting to scaling (as implemented in previous versions).
18 Version 1.5 (2016-Jan-24)
19 -------------------------
21 * Support for Khmer, Myanmar, and Bengali scripts.
23 * Improved Devanagari hinting.
25 * ttfautohintGUI can now be compiled with Qt5.
27 * Bug fix: Too many delta control instructions for a single glyph caused
28   a bytecode stack overflow, making the MS rasterizer ignore all hinting
29   instructions for this glyph.
31 * Bug fix: Don't create multiple `TTFA` tables in font.
33 * Bug fix: Under certain circumstances, glyph indices used in Indic features
34   were incorrectly assigned to the default script.
37 Version 1.4.1 (2015-Oct-17)
38 ---------------------------
40 * A bug in handling control instruction files could cause severe glyph
41   shape distortions of accent-like glyphs.  All users should update.
44 Version 1.4 (2015-Oct-04)
45 -------------------------
47 * Support for Thai and Lao scripts.
49 * Support for the Arabic script.
51 * Better support for scripts that contain superscript-like and
52   subscript-like glyphs, e.g., the International Phonetic Alphabet (IPA).
54 * Accents and other `non-base' glyphs are now hinted without snapping to
55   blue zones.
57 * A new control instruction syntax form was added to adjust the mapping
58   between glyphs and styles.  Right now, its usage is quite limited; a
59   forthcoming version will give much more flexibility.
61 * The `touch` keyword in a control instructions file was buggy: If used for
62   a point\ `P` at a ppem value\ `s`, it sometimes led to unwanted movements
63   of\ `P` for ppem values unequal to\ `s`, thus causing outline distortions.
66 Version 1.3 (2015-Jan-06)
67 -------------------------
69 * Keywords in control instruction files can be more verbose to increase
70   readability.  You can now use `left`, `right`, `nodir`, `point`, `touch`,
71   `xshift`, and `yshift` for `l`, `r`, `n`, `p`, `t, `x`, and `y`,
72   respectively.
74 * A new control instruction keyword `touch` was added to apply delta
75   instructions before the final IUP bytecode commands, also `touching' the
76   affected points (to use the TrueType instructions terminology).  Such
77   deltas *do* work even with ClearType if applied to the non-ClearType
78   direction.
80 * Support for the Telugu script.
82 * The amount of information about ttfautohint and its parameters that gets
83   added to the `name` table by default has been reduced.  A new option
84   `--detailed-info` restores the previous behaviour.
86 * ttfautohintGUI crashed if not used with a control instruction file.
88 * ttfautohintGUI now correctly switches to a horizontal two-column layout if
89   the standard one-column layout would exceed the screen height.
91 * A new option `--family-suffix` makes it possible to append a suffix to a
92   font's family name in the `name` table.  This can be useful during the
93   development process: It helps the operating system to simultaneously
94   display several instances of a font that are processed with different
95   ttfautohint parameters.
97 * The new library option `info-post-callback` helps in processing data from
98   the `name` table.
101 Version 1.2 (2014-Oct-06)
102 -------------------------
104 * It is now possible to control the hinting process at a very low level
105   using a 'control instructions' file.  Right now, two modes are supported:
107     - Adding segments and changing segment directions.
109     - Applying delta exceptions.  Note that this doesn't really work in
110       ClearType.
112   Please see the documentation for a description and a small tutorial.
114   In the command-line front-end, use option `--control-file` to load such a
115   file.
117 * Support for input file watching in ttfautohintGUI: If the 'Watch Input
118   File' box is checked, the program automatically regenerates the output
119   file as soon as the input font or control instructions file gets modified.
121   The idea is to dock ttfautohintGUI to your favourite font and text editor
122   instead of adding a cheap text editor to ttfautohintGUI itself.
124 * With the new option `--fallback-stem-width` it is now possible to set a
125   default stem width for all scripts that lack proper standard characters in
126   the font.
128 * Add alias `--adjust-subglyphs` for option `--pre-hinting` to better
129   describe its functionality.  The short form `-p` stays unchanged.
131 * New option `--ttfa-table` to add an SFNT table `TTFA` to the output font,
132   containing an ASCII dump of all used ttfautohint parameters (including
133   control instructions).  Right now, this is mainly for archiving purposes.
134   Forthcoming versions of ttfautohint will be able to re-use this data if a
135   font gets re-processed.
137 * A harmless buglet was fixed that made the `glyf` table too large by one
138   byte under some circumstances.
140 * A bug fix taken from FreeType, correcting a crash for unusual outlines.
142 * Better handling of TTC files.
144 * New library options `error-callback` and `error-callback-data` for
145   improved diagnostics.  [No change in the front-ends except better error
146   messages.]
148 * Many other, minor fixes and improvements.
151 Version 1.1 (2014-May-05)
152 -------------------------
154 * Support for the Devanagari script.
156 * Bug fixes in the computation of strong stem widths.  GDI hinting now gives
157   much more consistent results.
159 * Better recognition of script coverage: ttfautohint now properly scans
160   composite glyphs to cover components also.
162 * Improved glyph shape analysis: Non-flat local extrema are now recognized
163   more reliably, and stem detection works better.
166 Version 1.00 (2014-Mar-20)
167 --------------------------
169 * Much less memory consumption while handling fonts with complicated glyphs.
171 * Option `-s` was partially broken.
174 Version 1.00rc1 (2014-Feb-07)
175 -----------------------------
177 * OpenType feature support.  ttfautohint now uses the HarfBuzz library to
178   analyze data from the `GSUB` table.  This allows the hinting of glyphs
179   that don't have an entry in a font's `cmap` table, for example
180   superscripts or small caps.
182   Related to this, the new option `--default-script` controls the default
183   (fallback) script used for OpenType features.
185 * More than a single standard character is used.  For example, the 'latin'
186   script uses characters 'o', 'O', and digit '0'.  This improves the hinting
187   of fonts (and features) that have only a partial coverage of a script's
188   character repertoire.
190 * Much better GDI ClearType hinting in the range 30-80ppem (approx.),
191   avoiding overly flat tops and bottoms of round glyphs.
193 * Better handling of non-square pixels (this is, horizontal and vertical
194   resolutions differ) in the created TrueType bytecode.
197 Version 0.97 (2013-Nov-09)
198 --------------------------
200 * Improved script support.  Besides Cyrillic and Greek, which are now
201   handled separately from Latin, ttfautohint can handle Hebrew.
203 * Option `-f` now takes a parameter to specify the fallback script.  The
204   corresponding long option name has been renamed from `--latin-fallback` to
205   `--fallback-script`.
207 * Work around a bug in display environments that use FreeType 2.5.0 and
208   earlier for rendering: Sometimes, the 'strong' stem width routine was used
209   for DW ClearType (this is, subpixel hinting in FreeType is enabled) even
210   if 'smooth' was selected while generating the font with ttfautohint.
213 Version 0.96 (2013-Aug-06)
214 --------------------------
216 * Option `--components` has been replaced with `--composites`: By default,
217   the components of a composite glyph are now hinted separately, since tests
218   has shown that this gives good results in most cases.  If this option is
219   set, however, the composite glyph itself gets hinted (and the hints of the
220   components are ignored).
222   An unfortunate side effect is that ttfautohint's option `-c` (which stays
223   as a shorthand for `--composites`) now does exactly the opposite as in
224   previous releases.
226 * Older versions of Monotype's 'iType' bytecode interpreter have a serious
227   bug: The DIV instruction rounds the result, while the correct operation is
228   truncation.  This caused 'exploding characters' with fonts hinted by
229   ttfautohint.  Since many printers contain this rasterizer without any
230   possibility to update to a non-buggy version, ttfautohint now contains
231   work-arounds to circumvent the problem.
233 * Better support for glyphs where some points have almost the same position
234   (for example glyph 'Oslash' in font 'Roboto-Thin').
236 * Better support for glyphs that use explicit 'on' points around round
237   extrema.
240 Version 0.95 (2013-Mar-07)
241 --------------------------
243 * New option `--dehint` to strip off all hints without generating new hints.
244   This option is intended for testing purposes.
246 * Minor fixes to the created bytecode for compatibility.
248 * Minor GUI improvements.
251 Version 0.94 (2012-Nov-29)
252 --------------------------
254 * New option `--windows-compatibility` that adds two artificial blue zones
255   at vertical positions given by 'usWinAscent' and 'usWinDescent'.  This
256   helps ttfautohint's hinting algorithm reduce the possibility of clipping
257   if those two values are very tight.
259 * Implement option `--x-height-snapping-exceptions`, making ttfautohint
260   avoid x-height snapping for selected PPEM values.  Useful in combination
261   with `--windows-compatibility`.
263 * Minor fixes to the created bytecode for compatibility and robustness.
266 Version 0.93 (2012-Oct-09)
267 --------------------------
269 * New option `--components` to treat components of composite glyphs
270   separately.  This greatly reduces the bytecode size.
272   I'm waiting for reports whether this option works for most fonts; in case
273   this is true I'm inverting the option, making it the default (and the old
274   behaviour optional).
276 * Full support of TTCs, this is, all subfonts get auto-hinted now.
278 * The upper limit of the `--increase-x-height` option has been removed.
280 * Drag-and-drop support in the GUI.
282 * The command-line version of ttfautohint now acts like a (Unix) filter,
283   this is, it accepts stdin and stdout as input and output, respectively.
285 * Less memory consumption.
288 Version 0.92 (2012-Aug-07)
289 --------------------------
291 * A serious bug in the created bytecode has been fixed, causing incorrect
292   rounding.
295 Version 0.91 (2012-Jul-12)
296 --------------------------
298 * A new, 'strong' routine to handle stem widths and positions has been
299   added, to be selected with the `--strong-stem-width` command line option.
300   If it is active, stem widths and positions are snapped to the grid as much
301   as possible.  This algorithm is useful for GDI ClearType support.
303 * A new command line option `--debug` (not available for ttfautohintGUI) to
304   print very detailed debugging information.
307 Version 0.9 (2012-Jun-06)
308 -------------------------
310 * The created bytecode has been reduced in size, making it approx. 20%
311   smaller.
313 * New option `--symbol` to use standard stem height and width values instead
314   of using character 'o' (which may be missing).  Use this option for symbol
315   fonts or math glyphs.
317 * More documentation (in text, HTML, and PDF format).  It's still
318   incomplete, though.
320 * Option `--ignore-permissions` has been renamed to `--ignore-restrictions`.
321   The short form is still `-i`.
323 * Defaults for various parameters have been set to more sensible values:
325     - hinting-range-max: 50 (was 1000)
326     - hinting-limit: 200 (was 1000)
328 * Option `--increase-x-height` now has a mandatory argument (in the range
329   6-20 or value\ 0 to disable it, default value is 14).
332 Version 0.8 (2012-Mar-21)
333 -------------------------
335 * Implement option `-x` to increase the x height of the font for small PPEM
336   values by rounding up far more often then rounding down.
338 * Add option '`-G n`' to switch off hinting completely above value\ `n`.
340 * ttfautohint now appends version information and the used parameters to the
341   'Version' field(s) in the 'name' table.  This can be suppressed with
342   option `-n`.
345 Version 0.7 (2012-Feb-05)
346 -------------------------
348 * A GUI has been added, using the Qt framework.  The binary is called
349   'ttfautohintGUI'.
352 Version 0.6.1 (2012-Jan-02)
353 ---------------------------
355 * The improved handling of composite glyphs in 0.6 was buggy under certain
356   circumstances, making ttfautohint crash and FontValidator complain.
358 * Dropout handling has been activated.
361 Version 0.6 (2011-Dec-25)
362 -------------------------
364 * Improved handling of composite glyphs.
366 * Implement option `-p` to pre-hint glyphs with original hints before
367   conversion takes place.
369 * Don't add a `DSIG` table if there is none in the input font.
371 * Human-readable error messages instead of hexadecimal error codes.
373 * Better tests (both at runtime and compile time) to reject too old FreeType
374   versions.
377 Version 0.5 (2011-Nov-06)
378 -------------------------
380 * Rendering on iOS is now expected to give good results.
382 * No bad rendering at very large PPEM values.
385 Version 0.4 (2011-Oct-27)
386 -------------------------
388 * The bytecode has been changed to 'create' twilight points.  This should
389   avoid rendering artifacts on some platforms.
392 Version 0.3 (2011-Sep-09)
393 -------------------------
395 * Fix font generation; sometimes the `glyf` table was one byte too short,
396   making the font invalid.
399 Version 0.2 (2011-Jul-19)
400 -------------------------
402 * Fix bytecode bugs that prevented correct rendering on some platforms.
405 Version 0.1 (2011-Jun-30)
406 -------------------------
408 * First release.