freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Minor formatting.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] Minor formatting.
Date: Tue, 18 Oct 2022 09:41:52 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

  • c943d408
    by Werner Lemberg at 2022-10-18T11:41:00+02:00
    Minor formatting.
    

2 changed files:

Changes:

  • docs/CHANGES
    1 1
     CHANGES BETWEEN 2.12.1 and 2.12.2
    
    2 2
     
    
    3 3
       I. IMPORTANT BUG FIXES
    
    4
    -  
    
    5
    -  II. MISCELLANEOUS
    
    6 4
     
    
    7
    -  - TrueType interpreter version 38  (aka Infinality)  that was  first
    
    8
    -  introduced about 10 years ago  in FreeType 2.4.11  is now deprecated
    
    9
    -  and slated  to be removed in the next version.  TrueType interpreter
    
    10
    -  version 40  has been  FreeType default version  for  6 years now and
    
    11
    -  provides an excelent alternative.  This is the last FreeType version
    
    12
    -  with TT_INTERPRETER_VERSION_38 and TT_INTERPRETER_VERSION_40 treated
    
    13
    -  differently.
    
    5
    +  II. MISCELLANEOUS
    
    14 6
     
    
    15
    -  I. MISCELLANEOUS
    
    7
    +  - TrueType interpreter version 38  (also known as 'Infinality') that
    
    8
    +    was first introduced about 10 years  ago in FreeType 2.4.11 is now
    
    9
    +    deprecated and slated to be removed in the next version.  TrueType
    
    10
    +    interpreter version 40 has been FreeType's default version for six
    
    11
    +    years now and provides an excellent alternative.  This is the last
    
    12
    +    FreeType     version     with    TT_INTERPRETER_VERSION_38     and
    
    13
    +    TT_INTERPRETER_VERSION_40 treated differently.
    
    16 14
     
    
    17 15
       - The  only  referenced  but never  documented  configuration  macro
    
    18 16
         `FT_CONFIG_OPTION_NO_GLYPH_NAMES` has been removed.
    
    19
    -  
    
    20 17
     
    
    21
    -====================================================================== 
    
    18
    +
    
    19
    +======================================================================
    
    22 20
     
    
    23 21
     CHANGES BETWEEN 2.12.0 and 2.12.1
    
    24 22
     
    

  • src/truetype/ttgxvar.c
    ... ... @@ -959,7 +959,7 @@
    959 959
     
    
    960 960
         /* OpenType 1.8.4+: No variation data for this item
    
    961 961
          *  as indices have special value 0xFFFF. */
    
    962
    -    if (outerIndex == 0xFFFF && innerIndex == 0xFFFF)
    
    962
    +    if ( outerIndex == 0xFFFF && innerIndex == 0xFFFF )
    
    963 963
           return 0;
    
    964 964
     
    
    965 965
         /* See pseudo code from `Font Variations Overview' */
    
    ... ... @@ -2208,7 +2208,7 @@
    2208 2208
           FT_FRAME_END
    
    2209 2209
         };
    
    2210 2210
     
    
    2211
    -    /* `num_instances' holds the number of all named instances including  */
    
    2211
    +    /* `num_instances` holds the number of all named instances including  */
    
    2212 2212
         /* the default instance, which might be missing in the table of named */
    
    2213 2213
         /* instances (in 'fvar').  This value is validated in `sfobjs.c` and  */
    
    2214 2214
         /* may be reset to 0 if consistency checks fail.                      */
    


  • reply via email to

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