Commit 171ab6cb2760f2b185ac511af0983ec77db30b0f

henry 2003-01-08T23:10:48

Updated doc

diff --git a/include/FTFont.h b/include/FTFont.h
index 3d48ee7..ebda6ec 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -20,6 +20,9 @@ class FTGlyph;
  * <code>MakeGlyph</code> function to create glyphs of the
  * appropriate type.
  *
+ * It is good practice after using these functions to test the error
+ * code returned. <code>FT_Error Error()</code>
+ *
  * @see     FTFace
  * @see     FTSize
  * @see     FTGlyphContainer
@@ -90,7 +93,7 @@ class FTGL_EXPORT FTFont
         bool FaceSize( const unsigned int size, const unsigned int res = 72);
         
         /**
-         * Get the the current face.
+         * Get the current face size in points.
          *
          * @return face size
          */