Commit 4af76ad0ea2481ca47e5f8db3a5759986b193f14

henry 2004-04-09T05:42:21

Added comment extra function

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/include/FTFace.h b/include/FTFace.h
index d2664a4..a27361d 100755
--- a/include/FTFace.h
+++ b/include/FTFace.h
@@ -65,6 +65,11 @@ class FTGL_EXPORT FTFace
          */
         void Close();
 
+        /**
+         * Get the freetype face object..
+         *
+         * @return pointer to an FT_Face.
+         */
         FT_Face* Face() const { return ftFace;}
         
         /**