Version 0.8.
[ttfautohint.git] / NEWS
blob37490a488776a6b2f364f77e3378d08cad73b7dc
1 New in 0.8:
3 * Implement option `-x' to increase the x height of the font for small PPEM
4   values by rounding up far more often then rounding down.
6 * Add option `-G N' to switch off hinting completely above value N.
8 * ttfautohint now appends version information and the used parameters to the
9   `Version' field(s) in the `name' table.  This can be suppressed with
10   option `-n'.
13 New in 0.7:
15 * A GUI has been added, using the Qt framework.  The binary is called
16   `ttfautohintGUI'.
19 New in 0.6.1:
21 * The improved handling of composite glyphs in 0.6 was buggy under certain
22   circumstances, making ttfautohint crash and FontValidator complain.
24 * Dropout handling has been activated.
27 New in 0.6:
29 * Improved handling of composite glyphs.
31 * Implement option `-p' to pre-hint glyphs with original hints before
32   conversion takes place.
34 * Don't add a DSIG table if there is none in the input font.
36 * Human-readable error messages instead of hexadecimal error codes.
38 * Better tests (both at runtime and compile time) to reject too old FreeType
39   versions.
42 New in 0.5:
44 * Rendering on iOS is now expected to give good results.
46 * No bad rendering at very large PPEM values.
49 New in 0.4:
51 * The bytecode has been changed to `create' twilight points.  This should
52   avoid rendering artifacts on some platforms.
55 New in 0.3:
57 * Fix font generation; sometimes the `glyf' table was one byte too short,
58   making the font invalid.
61 New in 0.2:
63 * Fix bytecode bugs which prevented correct rendering on some platforms.
66 New in 0.1:
68 * First release.
70 EOF