freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Synchronize `ftoption.h` flavours.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] Synchronize `ftoption.h` flavours.
Date: Mon, 10 Oct 2022 10:41:44 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

  • 0d66abca
    by Werner Lemberg at 2022-10-10T12:41:19+02:00
    Synchronize `ftoption.h` flavours.
    

1 changed file:

Changes:

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


  • reply via email to

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