Commit 8d517e679b65a9f4b85abf995045cf76cb8b5354

Alexei Podtelezhnikov 2018-11-10T15:47:48

Clarification.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index 9581b44..2577ccc 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.
    *
    */