freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 0d66abca4: Synchronize `ftoption.h` flavours.


From: Werner Lemberg
Subject: [freetype2] master 0d66abca4: Synchronize `ftoption.h` flavours.
Date: Mon, 10 Oct 2022 06:43:13 -0400 (EDT)

branch: master
commit 0d66abca4b0df394c1e423040bcb1bedcca878b9
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    Synchronize `ftoption.h` flavours.
---
 devel/ftoption.h | 10 ++++++----
 1 file 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.)
    */



reply via email to

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