From 973542bbeadb729b6cc6d6cd11f4c8e126f6fa5b Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 3 Jul 2006 09:40:15 +0000 Subject: [PATCH] doc improvement --- include/freetype/freetype.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 0331240f8..158d906a2 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -1271,6 +1271,8 @@ FT_BEGIN_HEADER /* glyphs. As this would be a definite performance hit, it is up to */ /* client applications to perform such computations. */ /* */ + /* The FT_Size_Metrics structure is valid for bitmap fonts also. */ + /* */ typedef struct FT_Size_Metrics_ { FT_UShort x_ppem; /* horizontal pixels per EM */