From 5d82bb0dac44c5c44fee47d4bdf41feaf798c326 Mon Sep 17 00:00:00 2001 From: cozman Date: Mon, 18 Jul 2005 22:32:26 +0000 Subject: [PATCH] release of 0.2 --- index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2561f04..b40cbd7 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ platform for which both FreeType2 and

Obtaining GLFT_Font

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.

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.

Changelog


-

$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 $