freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 02dec61: Typo.


From: Werner Lemberg
Subject: [freetype2] master 02dec61: Typo.
Date: Sun, 18 Apr 2021 10:25:05 -0400 (EDT)

branch: master
commit 02dec617310dee3e79eb9488cc4d8a8b75f304b0
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    Typo.
---
 include/freetype/ftcache.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/freetype/ftcache.h b/include/freetype/ftcache.h
index bf328f4..70399a3 100644
--- a/include/freetype/ftcache.h
+++ b/include/freetype/ftcache.h
@@ -86,8 +86,8 @@ FT_BEGIN_HEADER
    *   later use @FTC_CMapCache_Lookup to perform the equivalent of
    *   @FT_Get_Char_Index, only much faster.
    *
-   *   If you want to use the @FT_Glyph caching, call @FTC_ImageCache, then
-   *   later use @FTC_ImageCache_Lookup to retrieve the corresponding
+   *   If you want to use the @FT_Glyph caching, call @FTC_ImageCache_New,
+   *   then later use @FTC_ImageCache_Lookup to retrieve the corresponding
    *   @FT_Glyph objects from the cache.
    *
    *   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]