From 1eb06e67a06e94113e5ce4b793be27c03946400e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 22 Oct 2013 10:42:38 +0200 Subject: [PATCH] Minor doc improvement. --- include/freetype/freetype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 7f2e80dc8..1797bbee1 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -1518,8 +1518,8 @@ FT_BEGIN_HEADER /* */ /* advance :: This shorthand is, depending on */ /* @FT_LOAD_IGNORE_TRANSFORM, the transformed */ - /* advance width for the glyph (in 26.6 */ - /* fractional pixel format). As specified with */ + /* (hinted) advance width for the glyph, in 26.6 */ + /* fractional pixel format. As specified with */ /* @FT_LOAD_VERTICAL_LAYOUT, it uses either the */ /* `horiAdvance' or the `vertAdvance' value of */ /* `metrics' field. */