[gui] Move error handling into a separate function.
[ttfautohint.git] / NEWS
blob7759ca53df89fb3518a613ff9d31cca8c39e4af4
1 New in 0.6.1:
3 * The improved handling of composite glyphs in 0.6 was buggy under certain
4   circumstances, making ttfautohint crash and FontValidator complain.
6 * Dropout handling has been activated.
9 New in 0.6:
11 * Improved handling of composite glyphs.
13 * Implement option `-p' to pre-hint glyphs with original hints before
14   conversion takes place.
16 * Don't add a DSIG table if there is none in the input font.
18 * Human-readable error messages instead of hexadecimal error codes.
20 * Better tests (both at runtime and compile time) to reject too old FreeType
21   versions.
24 New in 0.5:
26 * Rendering on iOS is now expected to give good results.
28 * No bad rendering at very large PPEM values.
31 New in 0.4:
33 * The bytecode has been changed to `create' twilight points.  This should
34   avoid rendering artifacts on some platforms.
37 New in 0.3:
39 * Fix font generation; sometimes the `glyf' table was one byte too short,
40   making the font invalid.
43 New in 0.2:
45 * Fix bytecode bugs which prevented correct rendering on some platforms.
48 New in 0.1:
50 * First release.
52 EOF