summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-12-24 07:44:16 +0100
committerWerner Lemberg <wl@gnu.org>2020-12-24 07:44:16 +0100
commiteb2b5bb10754da426b4ea9da78fbb017f0bcb9ec (patch)
treebc11e781aee95e68ae4230d8313ba2a84c752a86
parentb298a644648a613898866f3f117f62c47f0f7d12 (diff)
downloadfreetype2-eb2b5bb10754da426b4ea9da78fbb017f0bcb9ec.tar.gz
docs/CHANGES: Mention new SDF module.
-rw-r--r--docs/CHANGES17
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 7aba98ba9..e193b5f5e 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -2,14 +2,23 @@ CHANGES BETWEEN 2.10.4 and 2.11.0
I. IMPORTANT CHANGES
- - The legacy Type 1/CFF engine is further demoted due to lack of
- CFF2 charstring support. You now need to use FT_Property_Set to
- enable it besides T1/CFF_CONFIG_OPTION_OLD_ENGINE options.
+ - The legacy Type 1 and CFF engines are further demoted due to lack
+ of CFF2 charstring support. You now need to use `FT_Property_Set`
+ to enable it besides the `T1_CONFIG_OPTION_OLD_ENGINE` and
+ `CFF_CONFIG_OPTION_OLD_ENGINE` options.
+
+ - A new rendering module has been added to create 16-bit Signed
+ Distance Field (SDF) bitmaps for both outline and bitmap glyphs.
+ The new rendering mode is called `FT_RENDER_MODE_SDF`, the pixel
+ mode is `FT_PIXEL_MODE_GRAY16`, and the corresponding raster flag
+ is `FT_RASTER_FLAG_SDF`.
+
+ This work was Anuj Verma's GSoC 2020 project.
II. MISCELLANEOUS
- - `ttdebug' didn't show changed point coordinates (bug introduced in
+ - `ttdebug` didn't show changed point coordinates (bug introduced in
version 2.10.3).
- A new configuration macro `FT_DEBUG_LOGGING` is available. It