Fix in FTGLTextureFont
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
diff --git a/HISTORY.txt b/HISTORY.txt
index a909714..d683f05 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,5 +1,9 @@
-FTGL 2.03 (FTGL_2_0_3)
+FTGL 2.04 (FTGL_2_0_4)
+12 April 2003
+ - Fixed resize behavior in FTGLTextureFont.
+
9 April 2003
+ 2.03 (FTGL_2_0_3)
- Fix in FTContour to handle broken contours.
3 April 2003
diff --git a/README.txt b/README.txt
index 62f2d5e..1e03d5b 100755
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,5 @@
-FTGL 2.03
-9 April 2003
-
+FTGL 2.04
+12 April 2003
DESCRIPTION:
diff --git a/TODO.txt b/TODO.txt
index 4daf309..b072545 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,5 @@
-FTGL 2.02
-3 April 2003
+FTGL 2.04
+12 April 2003
TODO:
@@ -20,7 +20,6 @@ FUTURE:
the length of the curve. But then you should also test the angle
of the tangents as well.
Jed's new bezier stuff.
- - Guard classes - vectoriser
- Template methods
- Move the init code out of the glyph constructors into an init
function so that they can return errors.