freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] tttables.h (FT_Get_CMap_Format): Minor


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] tttables.h (FT_Get_CMap_Format): Minor documentation improvement.
Date: Wed, 07 Aug 2024 19:25:16 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

  • ec378cec
    by Werner Lemberg at 2024-08-07T21:23:44+02:00
    tttables.h (FT_Get_CMap_Format): Minor documentation improvement.
    

1 changed file:

Changes:

  • include/freetype/tttables.h
    ... ... @@ -838,8 +838,9 @@ FT_BEGIN_HEADER
    838 838
        *     The target charmap.
    
    839 839
        *
    
    840 840
        * @return:
    
    841
    -   *   The format of `charmap`.  If `charmap` doesn't belong to an SFNT face,
    
    842
    -   *   return -1.
    
    841
    +   *   The format of `charmap`.  If `charmap` doesn't belong to an SFNT face
    
    842
    +   *   (including the synthetic Unicode charmap sometimes created by
    
    843
    +   *   FreeType), return -1.
    
    843 844
        */
    
    844 845
       FT_EXPORT( FT_Long )
    
    845 846
       FT_Get_CMap_Format( FT_CharMap  charmap );
    


  • reply via email to

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