summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-10-10 12:41:19 +0200
committerWerner Lemberg <wl@gnu.org>2022-10-10 12:41:19 +0200
commit0d66abca4b0df394c1e423040bcb1bedcca878b9 (patch)
treeede047deee0b298bcdeb898883b4c98106a6963e
parent141d979af74e09bd01f6956b5cc8dfa73047c779 (diff)
downloadfreetype2-0d66abca4b0df394c1e423040bcb1bedcca878b9.tar.gz
Synchronize `ftoption.h` flavours.
-rw-r--r--devel/ftoption.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h
index b2363d74c..740b6b3b8 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -445,6 +445,8 @@ FT_BEGIN_HEADER
* trace log messages to a file instead of `stderr`. For writing logs
* to a file, FreeType uses an the external `dlg` library (the source
* code is in `src/dlg`).
+ *
+ * This option needs a C99 compiler.
*/
#define FT_DEBUG_LOGGING
@@ -582,12 +584,12 @@ FT_BEGIN_HEADER
/**************************************************************************
*
* 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.
*
- * Note that when you do not compile the 'psnames' module by undefining the
- * above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES`, the 'sfnt' module will
- * contain additional code used to read the PS Names table from a font.
+ * Note that if you do not compile the 'psnames' module by undefining the
+ * above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES` macro, the 'sfnt' module will
+ * contain additional code to read the PostScript name table from a font.
*
* (By default, the module uses 'psnames' to extract glyph names.)
*/