[Plib-cvs] plib README.GLUT,1.1,1.2
Brought to you by:
sjbaker
|
From: Sebastian U. <ud...@us...> - 2002-09-01 08:24:53
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv21221 Modified Files: README.GLUT Log Message: PUI now uses Andy's new fonts in GLUT-free mode Index: README.GLUT =================================================================== RCS file: /cvsroot/plib/plib/README.GLUT,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README.GLUT 31 Aug 2002 20:46:19 -0000 1.1 +++ README.GLUT 1 Sep 2002 08:24:51 -0000 1.2 @@ -18,8 +18,8 @@ Without GLUT, PUI can also not create the default PUI fonts from the seven GLUT bitmap fonts like it normally would. Instead, it tries to load some textured fonts in the puInit routine. Hence, you have to ensure that -the typewriter.txf, times_bold.txf and helvetica_bold.txf files from -examples/src/fnt/data/old are in the current directory when using the +the Courier.txf, Times-Roman.txf and Helvetica.txf files from +examples/src/fnt/data/ are in the current directory when using the GLUT-free PUI library. |