Version 0.6.
[ttfautohint.git] / NEWS
blob2a8981fd37df852943104c502e236d2bdafd8cac
1 New in 0.6:
3 * Improved handling of composite glyphs.
5 * Implement option `-p' to pre-hint glyphs with original hints before
6   conversion takes place.
8 * Don't add a DSIG table if there is none in the input font.
10 * Human-readable error messages instead of hexadecimal error codes.
12 * Better tests (both at runtime and compile time) to reject too old FreeType
13   versions.
16 New in 0.5:
18 * Rendering on iOS is now expected to give good results.
20 * No bad rendering at very large PPEM values.
23 New in 0.4:
25 * The bytecode has been changed to `create' twilight points.  This should
26   avoid rendering artifacts on some platforms.
29 New in 0.3:
31 * Fix font generation; sometimes the `glyf' table was one byte too short,
32   making the font invalid.
35 New in 0.2:
37 * Fix bytecode bugs which prevented correct rendering on some platforms.
40 New in 0.1:
42 * First release.
44 EOF