From a56f95b26813613ccb123f2818bb4d4c63eac9e1 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 24 Jan 2013 08:45:29 +0100 Subject: [PATCH] Minor. --- include/freetype/freetype.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 8f342658b..2d1ee714a 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -875,12 +875,15 @@ FT_BEGIN_HEADER /* usually negative. Only relevant for */ /* scalable formats. */ /* */ - /* height :: The height is the vertical distance */ + /* height :: This value is the vertical distance */ /* between two consecutive baselines, */ /* expressed in font units. It is always */ /* positive. Only relevant for scalable */ /* formats. */ /* */ + /* If you want the global glyph height, use */ + /* `ascender - descender'. */ + /* */ /* max_advance_width :: The maximum advance width, in font units, */ /* for all glyphs in this face. This can be */ /* used to make word wrapping computations */