From 8d517e679b65a9f4b85abf995045cf76cb8b5354 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Sat, 10 Nov 2018 15:47:48 -0500 Subject: Clarification. --- include/freetype/ftglyph.h | 5 +++-- 1 file 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. * */ -- cgit v1.2.1