Synchronize `ftoption.h` flavours.

This commit is contained in:
Werner Lemberg 2022-10-10 12:41:19 +02:00
parent 141d979af7
commit 0d66abca4b
1 changed files with 6 additions and 4 deletions

View File

@ -445,6 +445,8 @@ FT_BEGIN_HEADER
* trace log messages to a file instead of `stderr`. For writing logs * trace log messages to a file instead of `stderr`. For writing logs
* to a file, FreeType uses an the external `dlg` library (the source * to a file, FreeType uses an the external `dlg` library (the source
* code is in `src/dlg`). * code is in `src/dlg`).
*
* This option needs a C99 compiler.
*/ */
#define FT_DEBUG_LOGGING #define FT_DEBUG_LOGGING
@ -582,12 +584,12 @@ FT_BEGIN_HEADER
/************************************************************************** /**************************************************************************
* *
* Define `TT_CONFIG_OPTION_POSTSCRIPT_NAMES` if you want to be able to * Define `TT_CONFIG_OPTION_POSTSCRIPT_NAMES` if you want to be able to
* load and enumerate the glyph Postscript names in a TrueType or OpenType * load and enumerate Postscript names of glyphs in a TrueType or OpenType
* file. * file.
* *
* Note that when you do not compile the 'psnames' module by undefining the * Note that if you do not compile the 'psnames' module by undefining the
* above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES`, the 'sfnt' module will * above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES` macro, the 'sfnt' module will
* contain additional code used to read the PS Names table from a font. * contain additional code to read the PostScript name table from a font.
* *
* (By default, the module uses 'psnames' to extract glyph names.) * (By default, the module uses 'psnames' to extract glyph names.)
*/ */