From c86f86112fa04ca56efc759292b4b9949ce4cec8 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 5 Aug 2008 11:18:45 +0000 Subject: [PATCH] Minor documentation improvement. --- include/freetype/ftglyph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ /* */ /* */ - /* 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. */ /* */ /* */ /* slot :: A handle to the source glyph slot. */