summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/freetype/ftglyph.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index 9581b44c3..2577ccc2e 100644
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -59,8 +59,9 @@ FT_BEGIN_HEADER
*
* @description:
* This section contains definitions used to manage glyph data through
- * generic FT_Glyph objects. Each of them can contain a bitmap, a vector
- * outline, or even images in other formats.
+ * generic @FT_Glyph objects. Each of them can contain a bitmap,
+ * a vector outline, or even images in other formats. These objects are
+ * detached from @FT_Face, contrary to @FT_GlyphSlot.
*
*/