release of 0.2

This commit is contained in:
cozman 2005-07-18 22:32:26 +00:00
parent 2cd172d158
commit 5d82bb0dac

View File

@ -16,7 +16,7 @@ platform for which both <a href="http://freetype.org">FreeType2</a> and
<h2>Obtaining GLFT_Font</h2> <h2>Obtaining GLFT_Font</h2>
<p> <p>
The latest copy of GLFT_Font will be available via this website. The latest copy of GLFT_Font will be available via this website.
At the moment the latest version is <a href="glftfont-0.1.tar.gz">0.1</a>. At the moment the latest version is <a href="glftfont-0.2.tar.gz">0.2</a>.
</p> </p>
<h2>Using GLFT_Font</h2> <h2>Using GLFT_Font</h2>
@ -37,18 +37,23 @@ fnt.drawText(x, y, "Hello World");
</pre> </pre>
<hr /> <hr />
GLFT_Font also includes support for finding the width/height of a string and 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. <br />
<strong>New in 0.2:</strong> GLFT_Font now allows outputting text using C++
style stream operators.
</p> </p>
<h2>Changelog</h2> <h2>Changelog</h2>
<p> <p>
<ul> <ul>
<li> <a href="glftfont-0.1.tar.gz">Version 0.1</a> - 1 July 2005 - Initial Release </li> <li> <a href="glftfont-0.2.tar.gz">Version 0.2</a> - 18 July 2005 -
Added beginDraw/endDraw and changed vsprintf to vsnprintf </li>
<li> <a href="glftfont-0.1.tar.gz">Version 0.1</a> - 1 July 2005 -
Initial Release </li>
</ul> </ul>
</p> </p>
<hr /> <hr />
<p><em>$Id: index.html,v 1.1 2005/07/18 22:19:16 cozman Exp $</em></p> <p><em>$Id: index.html,v 1.2 2005/07/18 22:32:26 cozman Exp $</em></p>
</body> </body>