Commit 8ca1e1ae6f07102321917a483ca38d33776063bc

henry 2001-07-30T04:49:14

Added raster position comment to todo

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.txt b/README.txt
index eb7e59a..bad821e 100755
--- a/README.txt
+++ b/README.txt
@@ -38,6 +38,7 @@ TODO:
 	- What happens with 2 obj of the same font type
 	- The position stuff is broken again. Check the pen stuff. Plus lower
 	  case 'y's seem to be 1 pixel too low?)
+	- Use glRasterPos() not glBitMap to set raster pos in pixel fonts.
 	- check and confirm the glPixelStore stuff. Data Alignment. Tightly
 	  packed at the moment.
 	- pen position eg font.render( 50, 100, "Hello World!");