Commit 2260c46883b511331c151ab14b431c53b1c4896b

henry 2002-01-25T22:34:55

Updated comments

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/include/FTGLTextureFont.h b/include/FTGLTextureFont.h
index cea81e3..4b76056 100755
--- a/include/FTGLTextureFont.h
+++ b/include/FTGLTextureFont.h
@@ -66,12 +66,12 @@ class  FTGL_EXPORT FTGLTextureFont : public FTFont
 		 * Get the size of a block of memory required to layout the glyphs
 		 *
 		 * Calculates a width and height based on the glyph sizes and the
-		 * number of glyphs.
+		 * number of glyphs. It over estimates.
 		 */
 		void GetSize();
 
 		/**
-		 * Creates an OpenGL texture object.
+		 * Creates a 'blank' OpenGL texture object.
 		 *
 		 * The format is GL_ALPHA and the params are
 		 * GL_TEXTURE_WRAP_S = GL_CLAMP