Minor formatting.

This commit is contained in:
Werner Lemberg 2022-10-18 11:41:00 +02:00
parent 04272824e0
commit c943d408e0
2 changed files with 12 additions and 14 deletions

View File

@ -1,24 +1,22 @@
CHANGES BETWEEN 2.12.1 and 2.12.2 CHANGES BETWEEN 2.12.1 and 2.12.2
I. IMPORTANT BUG FIXES I. IMPORTANT BUG FIXES
II. MISCELLANEOUS II. MISCELLANEOUS
- TrueType interpreter version 38 (aka Infinality) that was first - TrueType interpreter version 38 (also known as 'Infinality') that
introduced about 10 years ago in FreeType 2.4.11 is now deprecated was first introduced about 10 years ago in FreeType 2.4.11 is now
and slated to be removed in the next version. TrueType interpreter deprecated and slated to be removed in the next version. TrueType
version 40 has been FreeType default version for 6 years now and interpreter version 40 has been FreeType's default version for six
provides an excelent alternative. This is the last FreeType version years now and provides an excellent alternative. This is the last
with TT_INTERPRETER_VERSION_38 and TT_INTERPRETER_VERSION_40 treated FreeType version with TT_INTERPRETER_VERSION_38 and
differently. TT_INTERPRETER_VERSION_40 treated differently.
I. MISCELLANEOUS
- The only referenced but never documented configuration macro - The only referenced but never documented configuration macro
`FT_CONFIG_OPTION_NO_GLYPH_NAMES` has been removed. `FT_CONFIG_OPTION_NO_GLYPH_NAMES` has been removed.
======================================================================
======================================================================
CHANGES BETWEEN 2.12.0 and 2.12.1 CHANGES BETWEEN 2.12.0 and 2.12.1

View File

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