summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-03-03 09:21:59 +0100
committerWerner Lemberg <wl@gnu.org>2018-03-03 09:21:59 +0100
commit5955b77b1dee4363cdd047eb06a701b1cb8fd395 (patch)
tree390f0bdc31fa853277e52fd1370d457f98530480
parentefd13c5d1b313320a2026cf88aeded2544f3ca64 (diff)
downloadfreetype2-5955b77b1dee4363cdd047eb06a701b1cb8fd395.tar.gz
Minor documentation improvement.
-rw-r--r--include/freetype/freetype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 449172949..aeb951c97 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2833,6 +2833,10 @@ FT_BEGIN_HEADER
/* since its glyph indices are not listed in any of the font's */
/* charmaps. */
/* */
+ /* If no active cmap is set up (i.e., `face->charmap' is zero), the */
+ /* call to @FT_Get_Char_Index is omitted, and the function behaves */
+ /* identically to @FT_Load_Glyph. */
+ /* */
FT_EXPORT( FT_Error )
FT_Load_Char( FT_Face face,
FT_ULong char_code,