[Plib-cvs] plib/doc/fnt index.html,1.9,1.10
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-12-29 07:19:53
|
Update of /cvsroot/plib/plib/doc/fnt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10737/plib/doc/fnt Modified Files: index.html Log Message: Fixed some bugs in tweening. Added functions to dump Z buffer into ssgaScreenDump. Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/fnt/index.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- index.html 26 Oct 2002 14:24:59 -0000 1.9 +++ index.html 29 Dec 2004 07:19:38 -0000 1.10 @@ -257,7 +257,7 @@ format - which has the '.txf' filename extension. Returns TRUE for success, FALSE for failure. Details of the TXF file format can be found in -<A HREF="http://www.opengl.org/developers/code/mjktips/TexFont/TexFont.html"> +<A HREF="http://www.opengl.org/resources/code/rendering/mjktips/TexFont/TexFont.html"> Marks's document about Textured Fonts</A> <p> Just as with all fntFont derived classes, you can optionally specify @@ -357,7 +357,8 @@ The '.txf' font format was designed by Mark Kilgard - who also produced some tools for dealing with them. <p> -Check <A HREF="http://www.opengl.org/developers/code/mjktips/TexFont/TexFont.html"> +Check <A HREF="http://www.opengl.org/resources/code/rendering/mjktips/TexFont/TexFont.html"> + Marks's document about Textured Fonts</A> for further information. Of particular interest is Mark's "gentexfont" program that can create a TXF format font from an X-windows font. |