summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2020-11-20 15:24:42 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2020-11-20 15:24:42 -0500
commit5abd252a0a26a878c6b7830f10e0611f1d6c0425 (patch)
tree78217e0ae4cef7fb1bc7da0c9eddc8ca74e383de /docs
parent1286f58c299625edd838df2a1deb7cd12f564926 (diff)
downloadfreetype2-5abd252a0a26a878c6b7830f10e0611f1d6c0425.tar.gz
[cff,cid,type1] Demote old engine for lack of CFF2.
* src/cff/cffobjs.c (cff_iriver_init): Always default to Adobe engine. * src/cid/cidobjs.c (cid_driver_init): Ditto. * src/type1/t1objs.c (T1_Driver_Init): Ditto.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 77fb35689..31f8088ab 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -2,6 +2,10 @@ CHANGES BETWEEN 2.10.4 and 2.11.0
I. IMPORTANT CHANGES
+ - The legacy Type 1/CFF engine is further demoted due to lack of
+ CFF2 charstring support. You now need to use FT_Property_Set to
+ enable it besides T1/CFF_CONFIG_OPTION_OLD_ENGINE options.
+
II. MISCELLANEOUS