summaryrefslogtreecommitdiff
path: root/include/freetype/ftglyph.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-08-05 11:18:45 +0000
committerWerner Lemberg <wl@gnu.org>2008-08-05 11:18:45 +0000
commitc86f86112fa04ca56efc759292b4b9949ce4cec8 (patch)
tree9edb1a9094707df129d11ab4e86364228efa8fd1 /include/freetype/ftglyph.h
parent7fd201829a5306a802fd4c3c050a5e1813b3e964 (diff)
downloadfreetype2-c86f86112fa04ca56efc759292b4b9949ce4cec8.tar.gz
Minor documentation improvement.
Diffstat (limited to 'include/freetype/ftglyph.h')
-rw-r--r--include/freetype/ftglyph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index 2c6249ca7..26f78cde4 100644
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -219,7 +219,8 @@ FT_BEGIN_HEADER
/* FT_Get_Glyph */
/* */
/* <Description> */
- /* A function used to extract a glyph image from a slot. */
+ /* A function used to extract a glyph image from a slot. Note that */
+ /* the created @FT_Glyph object must be released with @FT_Done_Glyph. */
/* */
/* <Input> */
/* slot :: A handle to the source glyph slot. */