summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-01-23 12:53:18 +0100
committerWerner Lemberg <wl@gnu.org>2017-01-23 12:53:18 +0100
commit693f56ffcdb91512b1d40ac45b1c503bef978b81 (patch)
tree2991005299e0cfb4a5c499ae2fbd477ec5d3ea40 /docs
parentf502092bcd6f86c24e119aee76622ba3849e25e8 (diff)
downloadfreetype2-693f56ffcdb91512b1d40ac45b1c503bef978b81.tar.gz
[base] Add `FT_Set_Default_Properties' (#49187).
* include/freetype/ftmodapi.h: Add declaration. * src/base/ftinit.c (ft_set_default_properties): Renamed to... (FT_Set_Default_Properties): ... this. (FT_Init_FreeType): Updated. * docs/CHANGES: Updated.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index da52047a7..be7e149b8 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -15,6 +15,15 @@ CHANGES BETWEEN 2.7.1 and 2.7.2
- Variations font support now takes care of the `MVAR' table also.
+ II. MISCELLANEOUS
+
+ - A new function `FT_Set_Default_Properties' has been added to
+ parse the `FREETYPE_PROPERTIES' environment variable
+ (previously, it was internal only). `FT_Init_FreeType' always
+ call this function, but `FT_New_Library' does not (similar to
+ `FT_Add_Default_Modules').
+
+
======================================================================
CHANGES BETWEEN 2.7 and 2.7.1