Version 0.7.
[ttfautohint.git] / NEWS
blob82316817da0143d8e12f4e43541765ed5ed2cf86
1 New in 0.7:
3 * A GUI has been added, using the Qt framework.  The binary is called
4   `ttfautohintGUI'.
6 New in 0.6.1:
8 * The improved handling of composite glyphs in 0.6 was buggy under certain
9   circumstances, making ttfautohint crash and FontValidator complain.
11 * Dropout handling has been activated.
14 New in 0.6:
16 * Improved handling of composite glyphs.
18 * Implement option `-p' to pre-hint glyphs with original hints before
19   conversion takes place.
21 * Don't add a DSIG table if there is none in the input font.
23 * Human-readable error messages instead of hexadecimal error codes.
25 * Better tests (both at runtime and compile time) to reject too old FreeType
26   versions.
29 New in 0.5:
31 * Rendering on iOS is now expected to give good results.
33 * No bad rendering at very large PPEM values.
36 New in 0.4:
38 * The bytecode has been changed to `create' twilight points.  This should
39   avoid rendering artifacts on some platforms.
42 New in 0.3:
44 * Fix font generation; sometimes the `glyf' table was one byte too short,
45   making the font invalid.
48 New in 0.2:
50 * Fix bytecode bugs which prevented correct rendering on some platforms.
53 New in 0.1:
55 * First release.
57 EOF