Commit 973542bbeadb729b6cc6d6cd11f4c8e126f6fa5b

Werner Lemberg 2006-07-03T09:40:15

doc improvement

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 0331240..158d906 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               */