summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2021-02-13 08:52:58 +0100
committerWerner Lemberg <wl@gnu.org>2021-02-13 08:52:58 +0100
commitd51452e3ece19f797f0d81d5a5e85be88bfe38c3 (patch)
tree584d857835bd02c4bfbbf78d9423b321554ed27f /docs
parentd93a011933148d77257d98bac275944c4b3150e6 (diff)
downloadfreetype2-d51452e3ece19f797f0d81d5a5e85be88bfe38c3.tar.gz
Add new function `FT_Get_Transform`.
See https://github.com/harfbuzz/harfbuzz/issues/2428 for some reasons to introduce this function. * include/freetype/freetype.h, src/base/ftobjs.c (FT_Get_Transform): Implement it.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES23
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 4ffdc0b88..3cbc66939 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -50,16 +50,6 @@ CHANGES BETWEEN 2.10.4 and 2.11.0
II. MISCELLANEOUS
- - `ttdebug` didn't show changed point coordinates (bug introduced in
- version 2.10.3).
-
- - A new configuration macro `FT_DEBUG_LOGGING` is available. It
- provides extended debugging capabilities for FreeType, for example
- showing a time stamp or displaying the component a tracing message
- comes from. See file `docs/DEBUG` for more information.
-
- This work was Priyesh Kumar's GSoC 2020 project.
-
- FreeType has moved its infrastructure to
https://gitlab.freedesktop.org/freetype
@@ -72,6 +62,19 @@ CHANGES BETWEEN 2.10.4 and 2.11.0
FreeType's Savannah repositories will stay; they are now mirrors
of the 'freedesktop.org' repositories.
+ - A new function `FT_Get_Transform` returns the values set by
+ `FT_Set_Transform`.
+
+ - A new configuration macro `FT_DEBUG_LOGGING` is available. It
+ provides extended debugging capabilities for FreeType, for example
+ showing a time stamp or displaying the component a tracing message
+ comes from. See file `docs/DEBUG` for more information.
+
+ This work was Priyesh Kumar's GSoC 2020 project.
+
+ - `ttdebug` didn't show changed point coordinates (bug introduced in
+ version 2.10.3).
+
======================================================================