From e5f98e68bb416fb9735b3c0c54ab83c113a585ba Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 19 Jun 2004 20:50:08 +0000 Subject: [PATCH] Minor documentation improvement. --- include/freetype/freetype.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 80a3b6302..3780a2836 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -258,6 +258,7 @@ FT_BEGIN_HEADER /* x_ppem :: The horizontal ppem value (in 26.6 fractional format). */ /* */ /* y_ppem :: The vertical ppem value (in 26.6 fractional format). */ + /* Usually, this is the `nominal' pixel height of the font. */ /* */ /* */ /* The values in this structure are taken from the bitmap font. If */