Commit c86f86112fa04ca56efc759292b4b9949ce4cec8

Werner Lemberg 2008-08-05T11:18:45

Minor documentation improvement.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index 2c6249c..26f78cd 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.                       */