Typo.
[ttfautohint.git] / NEWS
blobba2ad45fc7b5b31a0edd317364fe4f8f07dd2125
1 New in 0.92:
3 * A serious bug in the created bytecode has been fixed, causing incorrect
4   rounding.
7 New in 0.91:
9 * A new, `strong' routine to handle stem widths and positions has been
10   added, to be selected with the `--strong-stem-width' command line option.
11   If it is active, stem widths and positions are snapped to the grid as much
12   as possible.  This algorithm is useful for GDI ClearType support.
14 * A new command line option `--debug' (not available for ttfautohintGUI) to
15   print very detailed debugging information.
18 New in 0.9:
20 * The created bytecode has been reduced in size, making it approx. 20%
21   smaller.
23 * New option `--symbol' to use standard stem height and width values instead
24   of using character `o' (which may be missing).  Use this option for symbol
25   fonts or math glyphs.
27 * More documentation (in text, HTML, and PDF format).  It's still
28   incomplete, though.
30 * Option `--ignore-permissions' has been renamed to `--ignore-restrictions'.
31   The short form is still `-i'.
33 * Defaults for various parameters have been set to more sensible values:
35     hinting-range-max: 50 (was 1000)
36     hinting-limit: 200 (was 1000)
38 * Option `--increase-x-height' now has a mandatory argument (in the range
39   6-20 or value 0 to disable it, default value is 14).
42 New in 0.8:
44 * Implement option `-x' to increase the x height of the font for small PPEM
45   values by rounding up far more often then rounding down.
47 * Add option `-G N' to switch off hinting completely above value N.
49 * ttfautohint now appends version information and the used parameters to the
50   `Version' field(s) in the `name' table.  This can be suppressed with
51   option `-n'.
54 New in 0.7:
56 * A GUI has been added, using the Qt framework.  The binary is called
57   `ttfautohintGUI'.
60 New in 0.6.1:
62 * The improved handling of composite glyphs in 0.6 was buggy under certain
63   circumstances, making ttfautohint crash and FontValidator complain.
65 * Dropout handling has been activated.
68 New in 0.6:
70 * Improved handling of composite glyphs.
72 * Implement option `-p' to pre-hint glyphs with original hints before
73   conversion takes place.
75 * Don't add a DSIG table if there is none in the input font.
77 * Human-readable error messages instead of hexadecimal error codes.
79 * Better tests (both at runtime and compile time) to reject too old FreeType
80   versions.
83 New in 0.5:
85 * Rendering on iOS is now expected to give good results.
87 * No bad rendering at very large PPEM values.
90 New in 0.4:
92 * The bytecode has been changed to `create' twilight points.  This should
93   avoid rendering artifacts on some platforms.
96 New in 0.3:
98 * Fix font generation; sometimes the `glyf' table was one byte too short,
99   making the font invalid.
102 New in 0.2:
104 * Fix bytecode bugs which prevented correct rendering on some platforms.
107 New in 0.1:
109 * First release.