Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType
Commits:
-
02dec617
by Alexei Podtelezhnikov at 2021-04-18T10:24:31-04:00
1 changed file:
Changes:
... | ... | @@ -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
|