[Plib-cvs] plib/doc/fnt index.html,1.8,1.9
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-10-26 14:25:02
|
Update of /cvsroot/plib/plib/doc/fnt In directory usw-pr-cvs1:/tmp/cvs-serv22329/plib/doc/fnt Modified Files: index.html Log Message: Added fntInit() - which logically should be present even though it does nothing yet. Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/fnt/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- index.html 24 Mar 2002 01:13:19 -0000 1.8 +++ index.html 26 Oct 2002 14:24:59 -0000 1.9 @@ -55,6 +55,11 @@ texout . end () ; </pre> +<H2>fntInit</H2> +All programs that use the FNT library should call 'fntInit()' sometime +after they have established a valid OpenGL rendering context and +before they make any other FNT library calls. + <H2>The Classes</H2> There are three external classes used in FNT: <pre> |