Updated for beta 5
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
diff --git a/README.txt b/README.txt
index 1c90e76..85bdec6 100755
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-FTGL 1.0b4
-August 21 2001
+FTGL 1.0b5
+August 29 2001
DESCRIPTION:
FTGL library is a cross platform tool to allow OpenGL (www.opengl.org) to
@@ -18,7 +18,7 @@ Rendering modes supported are
- Outlines
- Polygon meshes
-FTGL is design to be used in commercial quality software. It has been
+FTGL is designed to be used in commercial quality software. It has been
written with performance, robustness and simplicity in mind.
USAGE:
@@ -67,6 +67,9 @@ implement a charmap class that will hold the indices.
good site...http://cgm.cs.mcgill.ca/~luc/
+Apparently...C++ guarantees that delete can safely be called on a NULL
+pointer. Something to remember for the future.
+
PROFILING
test 1
100,000 frames. No openGL context.
@@ -122,8 +125,10 @@ BUGS:
is becoming REALLY annoying!!!
+August 29 2001
1.0b5
- - Settled on integers for size stuff.
+ - Settled on integers for FTSize stuff. NOTE the FTGlyph stuff is still
+ up in the air.
- Fixed the positional stuff.
- Added Java Doc comments. NOT COMPLETE
- Fixes for linux, mainly to clear warnings.
@@ -131,6 +136,9 @@ BUGS:
pointer so it can return NULL on failure.
- Related to above...better error handling and reporting in
FTGLXXXFont::MakeGlyphList()
+ - Fixed a bug in FTVectoriser that was ignoring non printing characters.
+ This meant that the pen wasn't advanced for spaces etc. It affected
+ polygon and outline font rendering.
- Minor tidy ups.