summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2008-09-02 02:34:29 +0000
committerDavid Turner <david@freetype.org>2008-09-02 02:34:29 +0000
commit17cd687266dadb4bd371c2c74e3298a8ccf87da5 (patch)
treedb7cbb7af2a034733b57aec3076fbe6f8b30e487 /include
parentf47d263f1bb01fe7701249fe5df4ac2e1534bd51 (diff)
downloadfreetype2-17cd687266dadb4bd371c2c74e3298a8ccf87da5.tar.gz
* include/freetype/ftcache.h, src/cache/ftccmap.c:
modify FTC_CMapCache_Lookup to accept a negative cmap index to mean "use default cached FT_Face's charmap". This fixes Savannah issue #22625
Diffstat (limited to 'include')
-rw-r--r--include/freetype/ftcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/freetype/ftcache.h b/include/freetype/ftcache.h
index bb03b3117..e6c38fcf7 100644
--- a/include/freetype/ftcache.h
+++ b/include/freetype/ftcache.h
@@ -610,6 +610,7 @@ FT_BEGIN_HEADER
*
* cmap_index ::
* The index of the charmap in the source face.
+ * Any negative value means to use the cache FT_Face's default charmap.
*
* char_code ::
* The character code (in the corresponding charmap).