summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-01-23 12:03:44 +0100
committerWerner Lemberg <wl@gnu.org>2022-01-23 12:23:47 +0100
commit21d0fa374200aecc6605daf034a47167ea82ed6f (patch)
tree079198d6ab363131392a4c3cbd526e1da128b27f /docs
parent9c1538525b30b0b165e5c29c7946a37519709320 (diff)
downloadfreetype2-21d0fa374200aecc6605daf034a47167ea82ed6f.tar.gz
More documentation on handling OT-SVG.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 3c6cb594c..32a6465b7 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,3 +1,20 @@
+CHANGES BETWEEN 2.11.1 and 2.12.0
+
+ I. IMPORTANT CHANGES
+
+ - FreeType now handles OT-SVG fonts, to be controlled with
+ `FT_CONFIG_OPTION_SVG` configuration macro. By default, it can
+ only load the 'SVG ' table of an OpenType font. However, by using
+ the `svg-hooks` property of the new 'ot-svg' module it is possible
+ to register an external SVG rendering engine. The FreeType demo
+ programs have been set up to use 'librsvg' as the rendering
+ library.
+
+ This work was Moazin Kathri's GSoC 2019 project.
+
+
+======================================================================
+
CHANGES BETWEEN 2.11.0 and 2.11.1
I. IMPORTANT CHANGES