diff options
author | Werner Lemberg <wl@gnu.org> | 2021-07-16 08:20:44 +0200 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2021-07-16 08:20:44 +0200 |
commit | 685acc04dbad5ece9b7261d21f4a2546d787436c (patch) | |
tree | 0a49ead6e8c9edb99f8953620760d21ce60a7a87 | |
parent | c35961a92574f27ddd5cdcd1baaa6a7ae279491f (diff) | |
download | freetype2-685acc04dbad5ece9b7261d21f4a2546d787436c.tar.gz |
docs/CHANGES: Mention slight rendering changes.
Suggested by Ben.
-rw-r--r-- | docs/CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/CHANGES b/docs/CHANGES index 16acfd731..10cad4337 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -75,7 +75,10 @@ CHANGES BETWEEN 2.10.4 and 2.11.0 - The experimental 'warp' mode (AF_CONFIG_OPTION_USE_WARPER) for the auto-hinter has been removed. - - The smooth rasterizer performance has been improved by >10%. + - The smooth rasterizer performance has been improved by >10%. Note + that due to necessary code changes there might be very subtle + differences in rendering. They are not visible by the eye, + however. - PCF bitmap fonts compressed with LZW (these are usually files with the extension `.pcf.Z`) are now handled correctly. |