summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2018-11-10 15:47:48 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2018-11-10 15:47:48 -0500
commit8d517e679b65a9f4b85abf995045cf76cb8b5354 (patch)
tree28ae63764afc08cd5a2e3ac1949bead1893bd4ab
parent78db9eecff412608bcfb56af281a4cd3b51b2cd4 (diff)
downloadfreetype2-8d517e679b65a9f4b85abf995045cf76cb8b5354.tar.gz
Clarification.
-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.
*
*/