freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master c7cc947 25/68: Minor documentation fixes.


From: Werner Lemberg
Subject: [freetype2] master c7cc947 25/68: Minor documentation fixes.
Date: Fri, 5 Mar 2021 09:29:37 -0500 (EST)

branch: master
commit c7cc947c0f3225a5b01e14456c65a8e3162dfd4c
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    Minor documentation fixes.
---
 ChangeLog                   | 2 +-
 include/freetype/ftdriver.h | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a1b27b6..b487b40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -883,7 +883,7 @@
 
        [cff,cid,type1] Demote old engine for lack of CFF2.
 
-       * src/cff/cffobjs.c (cff_iriver_init): Always default to Adobe engine.
+       * src/cff/cffobjs.c (cff_driver_init): Always default to Adobe engine.
        * src/cid/cidobjs.c (cid_driver_init): Ditto.
        * src/type1/t1objs.c (T1_Driver_Init): Ditto.
 
diff --git a/include/freetype/ftdriver.h b/include/freetype/ftdriver.h
index d471bb5..fc4276c 100644
--- a/include/freetype/ftdriver.h
+++ b/include/freetype/ftdriver.h
@@ -362,12 +362,8 @@ FT_BEGIN_HEADER
    *   The same holds for the Type~1 and CID modules if compiled with
    *   `T1_CONFIG_OPTION_OLD_ENGINE`.
    *
-   *   For the 'cff' module, the default engine is 'freetype' if
-   *   `CFF_CONFIG_OPTION_OLD_ENGINE` is defined, and 'adobe' otherwise.
-   *
-   *   For both the 'type1' and 't1cid' modules, the default engine is
-   *   'freetype' if `T1_CONFIG_OPTION_OLD_ENGINE` is defined, and 'adobe'
-   *   otherwise.
+   *   For the 'cff' module, the default engine is 'adobe'.  For both the
+   *   'type1' and 't1cid' modules, the default engine is 'adobe', too.
    *
    * @note:
    *   This property can be used with @FT_Property_Get also.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]