release of 0.2
This commit is contained in:
parent
2cd172d158
commit
5d82bb0dac
13
index.html
13
index.html
@ -16,7 +16,7 @@ platform for which both <a href="http://freetype.org">FreeType2</a> and
|
||||
<h2>Obtaining GLFT_Font</h2>
|
||||
<p>
|
||||
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>
|
||||
|
||||
<h2>Using GLFT_Font</h2>
|
||||
@ -37,18 +37,23 @@ fnt.drawText(x, y, "Hello World");
|
||||
</pre>
|
||||
<hr />
|
||||
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>
|
||||
|
||||
<h2>Changelog</h2>
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user