From 5d82bb0dac44c5c44fee47d4bdf41feaf798c326 Mon Sep 17 00:00:00 2001
From: cozman
The latest copy of GLFT_Font will be available via this website.
-At the moment the latest version is 0.1.
+At the moment the latest version is 0.2.
Obtaining GLFT_Font
Using GLFT_Font
@@ -37,18 +37,23 @@ fnt.drawText(x, y, "Hello World");
GLFT_Font also includes support for finding the width/height of a string and
-drawText supports printf-style argument formatting.
+drawText supports printf-style argument formatting.
+New in 0.2: GLFT_Font now allows outputting text using C++
+style stream operators.
$Id: index.html,v 1.1 2005/07/18 22:19:16 cozman Exp $
+$Id: index.html,v 1.2 2005/07/18 22:32:26 cozman Exp $