Commit a2dde19d2a5d8e5f1428ef312d7a14f494631bf0

henry 2003-01-08T22:47:55

Updated doc

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/FTFont.h b/include/FTFont.h
index 36cc942..3d48ee7 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -219,7 +219,9 @@ class FTGL_EXPORT FTFont
         inline void DoRender( const unsigned int chr, const unsigned int nextChr);
         
         /**
+         * Check that the glyph at <code>chr</code> exist. If not load it.
          *
+         * @param chr  character index
          */
         inline void CheckGlyph( const unsigned int chr);