From 7fde521bd918d2299cce80c306ecc2cac9f51303 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 10 Jun 2019 15:37:33 +0200 Subject: Update CHANGES file. --- docs/CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/CHANGES b/docs/CHANGES index 7d914483a..e69404817 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -22,9 +22,29 @@ CHANGES BETWEEN 2.10.0 and 2.10.1 twice in a row, the function returned an incorrect error code the second time. + - Direct rendering using FT_RASTER_FLAG_DIRECT crashed (bug + introduced in version 2.10.0). + - Increased precision while computing OpenType font variation instances. + - The flattening algorithm of cubic Bezier curves was slightly + changed to make it faster. This can cause very subtle rendering + changes, which aren't noticeable by the eye, however. + + - The `ftmulti' demo program now supports multiple hidden axes with + the same name tag. + + - `ftview', `ftstring', and `ftgrid' got a `-k' command line option + to emulate a sequence of keystrokes at start-up. + + - `ftview', `ftstring', and `ftgrid' now support screen dumping to a + PNG file. + + - The bytecode debugger, `ttdebug', now supports variation TrueType + fonts; a variation font instance can be selected with the new `-d' + command line option. + ====================================================================== -- cgit v1.2.1