ref: 9cc476a2179d18e7a6ea6a4a5df5f6c2d69e0ee9
parent: e706798d43da47cea09d1372db88aa16b3f06f5f
author: Werner Lemberg <[email protected]>
date: Mon Feb 20 04:58:43 EST 2017
Update `CHANGES' file.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -3,6 +3,11 @@
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
@@ -47,6 +52,12 @@
. 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.