freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Typo.


From: Alexei Podtelezhnikov
Subject: [Git][freetype/freetype][master] Typo.
Date: Sun, 18 Apr 2021 14:25:01 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • include/freetype/ftcache.h
    ... ... @@ -86,8 +86,8 @@ FT_BEGIN_HEADER
    86 86
        *   later use @FTC_CMapCache_Lookup to perform the equivalent of
    
    87 87
        *   @FT_Get_Char_Index, only much faster.
    
    88 88
        *
    
    89
    -   *   If you want to use the @FT_Glyph caching, call @FTC_ImageCache, then
    
    90
    -   *   later use @FTC_ImageCache_Lookup to retrieve the corresponding
    
    89
    +   *   If you want to use the @FT_Glyph caching, call @FTC_ImageCache_New,
    
    90
    +   *   then later use @FTC_ImageCache_Lookup to retrieve the corresponding
    
    91 91
        *   @FT_Glyph objects from the cache.
    
    92 92
        *
    
    93 93
        *   If you need lots of small bitmaps, it is much more memory efficient to
    


  • reply via email to

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