ref: 8d517e679b65a9f4b85abf995045cf76cb8b5354
parent: 78db9eecff412608bcfb56af281a4cd3b51b2cd4
author: Alexei Podtelezhnikov <[email protected]>
date: Sat Nov 10 10:47:48 EST 2018
Clarification.
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -59,8 +59,9 @@
*
* @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.
*
*/