Update documentation.
[ttfautohint.git] / NEWS
blob9fa466c80f421db061e4bbc521302cf23a8634e2
1 New in 0.94:
3 * New option `--windows-compatibility' which adds two artificial blue zones
4   at vertical positions given by `usWinAscent' and `usWinDescent'.  This
5   helps ttfautohint's hinting algorithm reduce the possibility of clipping
6   if those two values are very tight.
8 * Implement option `--x-height-snapping-exceptions', making ttfautohint
9   avoid x-height snapping for selected PPEM values.  Useful in combination
10   with `--windows-compatibility'.
12 * Minor fixes to the created bytecode for compatibility and robustness.
15 New in 0.93:
17 * New option `--components' to treat components of composite glyphs
18   separately.  This greatly reduces the bytecode size.
20   I'm waiting for reports whether this option works for most fonts; in case
21   this is true I'm inverting the option, making it the default (and the old
22   behaviour optional).
24 * Full support of TTCs, this is, all subfonts get auto-hinted now.
26 * The upper limit of the `--increase-x-height' option has been removed.
28 * Drag-and-drop support in the GUI.
30 * The TTY version of ttfautohint now acts like a (Unix) filter, this is, it
31   accepts stdin and stdout as input and output, respectively.
33 * Less memory consumption.
36 New in 0.92:
38 * A serious bug in the created bytecode has been fixed, causing incorrect
39   rounding.
42 New in 0.91:
44 * A new, `strong' routine to handle stem widths and positions has been
45   added, to be selected with the `--strong-stem-width' command line option.
46   If it is active, stem widths and positions are snapped to the grid as much
47   as possible.  This algorithm is useful for GDI ClearType support.
49 * A new command line option `--debug' (not available for ttfautohintGUI) to
50   print very detailed debugging information.
53 New in 0.9:
55 * The created bytecode has been reduced in size, making it approx. 20%
56   smaller.
58 * New option `--symbol' to use standard stem height and width values instead
59   of using character `o' (which may be missing).  Use this option for symbol
60   fonts or math glyphs.
62 * More documentation (in text, HTML, and PDF format).  It's still
63   incomplete, though.
65 * Option `--ignore-permissions' has been renamed to `--ignore-restrictions'.
66   The short form is still `-i'.
68 * Defaults for various parameters have been set to more sensible values:
70     hinting-range-max: 50 (was 1000)
71     hinting-limit: 200 (was 1000)
73 * Option `--increase-x-height' now has a mandatory argument (in the range
74   6-20 or value 0 to disable it, default value is 14).
77 New in 0.8:
79 * Implement option `-x' to increase the x height of the font for small PPEM
80   values by rounding up far more often then rounding down.
82 * Add option `-G N' to switch off hinting completely above value N.
84 * ttfautohint now appends version information and the used parameters to the
85   `Version' field(s) in the `name' table.  This can be suppressed with
86   option `-n'.
89 New in 0.7:
91 * A GUI has been added, using the Qt framework.  The binary is called
92   `ttfautohintGUI'.
95 New in 0.6.1:
97 * The improved handling of composite glyphs in 0.6 was buggy under certain
98   circumstances, making ttfautohint crash and FontValidator complain.
100 * Dropout handling has been activated.
103 New in 0.6:
105 * Improved handling of composite glyphs.
107 * Implement option `-p' to pre-hint glyphs with original hints before
108   conversion takes place.
110 * Don't add a DSIG table if there is none in the input font.
112 * Human-readable error messages instead of hexadecimal error codes.
114 * Better tests (both at runtime and compile time) to reject too old FreeType
115   versions.
118 New in 0.5:
120 * Rendering on iOS is now expected to give good results.
122 * No bad rendering at very large PPEM values.
125 New in 0.4:
127 * The bytecode has been changed to `create' twilight points.  This should
128   avoid rendering artifacts on some platforms.
131 New in 0.3:
133 * Fix font generation; sometimes the `glyf' table was one byte too short,
134   making the font invalid.
137 New in 0.2:
139 * Fix bytecode bugs which prevented correct rendering on some platforms.
142 New in 0.1:
144 * First release.