Added comment extra function
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;}
/**