freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Minor documentation fixes.


From: Werner Lemberg
Subject: [Git][freetype/freetype][master] Minor documentation fixes.
Date: Sat, 23 Jan 2021 14:45:26 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

2 changed files:

Changes:

  • ChangeLog
    ... ... @@ -883,7 +883,7 @@
    883 883
     
    
    884 884
     	[cff,cid,type1] Demote old engine for lack of CFF2.
    
    885 885
     
    
    886
    -	* src/cff/cffobjs.c (cff_iriver_init): Always default to Adobe engine.
    
    886
    +	* src/cff/cffobjs.c (cff_driver_init): Always default to Adobe engine.
    
    887 887
     	* src/cid/cidobjs.c (cid_driver_init): Ditto.
    
    888 888
     	* src/type1/t1objs.c (T1_Driver_Init): Ditto.
    
    889 889
     
    

  • include/freetype/ftdriver.h
    ... ... @@ -362,12 +362,8 @@ FT_BEGIN_HEADER
    362 362
        *   The same holds for the Type~1 and CID modules if compiled with
    
    363 363
        *   `T1_CONFIG_OPTION_OLD_ENGINE`.
    
    364 364
        *
    
    365
    -   *   For the 'cff' module, the default engine is 'freetype' if
    
    366
    -   *   `CFF_CONFIG_OPTION_OLD_ENGINE` is defined, and 'adobe' otherwise.
    
    367
    -   *
    
    368
    -   *   For both the 'type1' and 't1cid' modules, the default engine is
    
    369
    -   *   'freetype' if `T1_CONFIG_OPTION_OLD_ENGINE` is defined, and 'adobe'
    
    370
    -   *   otherwise.
    
    365
    +   *   For the 'cff' module, the default engine is 'adobe'.  For both the
    
    366
    +   *   'type1' and 't1cid' modules, the default engine is 'adobe', too.
    
    371 367
        *
    
    372 368
        * @note:
    
    373 369
        *   This property can be used with @FT_Property_Get also.
    


  • reply via email to

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