[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] master 9cc476a: Update `CHANGES' file.
From: |
Werner LEMBERG |
Subject: |
[freetype2] master 9cc476a: Update `CHANGES' file. |
Date: |
Mon, 20 Feb 2017 03:59:17 -0500 (EST) |
branch: master
commit 9cc476a2179d18e7a6ea6a4a5df5f6c2d69e0ee9
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>
Update `CHANGES' file.
---
docs/CHANGES | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/CHANGES b/docs/CHANGES
index 5a45afc..4cc8ee8 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -3,6 +3,11 @@ CHANGES BETWEEN 2.7.1 and 2.7.2
I. IMPORTANT CHANGES
+ - A new function `FT_Face_Properties' allows the control of some
+ module and library properties per font. Currently, the
+ following properties can be handled: stem darkening, LCD filter
+ weights, and the random seed for the `random' CFF operator.
+
- The PCF change to show more `colourful' family names (introduced
in version 2.7.1) was too radical; it can now be configured with
PCF_CONFIG_OPTION_LONG_FAMILY_NAMES at compile time. If
@@ -48,6 +53,12 @@ CHANGES BETWEEN 2.7.1 and 2.7.2
. Language, encoding, and name IDs have been updated to OpenType
version 1.8.1.
+ - The new CFF engine now handles the `random' operator. All CFF
+ opcodes are now supported.
+
+ - The CFF module has a new property `random-seed' to control the
+ pseudo-random number generation for the `random' operator.
+
- The `freetype-config' script is now a wrapper of `pkg-config' if
this program is available in the path.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] master 9cc476a: Update `CHANGES' file.,
Werner LEMBERG <=