[Plib-cvs] plib/tools/src/afm2txf afm2txf.pl,1.2,1.3
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-15 19:30:39
|
Update of /cvsroot/plib/plib/tools/src/afm2txf In directory usw-pr-cvs1:/tmp/cvs-serv29826 Modified Files: afm2txf.pl Log Message: Fixed typo Index: afm2txf.pl =================================================================== RCS file: /cvsroot/plib/plib/tools/src/afm2txf/afm2txf.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- afm2txf.pl 14 Aug 2002 23:47:06 -0000 1.2 +++ afm2txf.pl 15 Aug 2002 19:30:36 -0000 1.3 @@ -148,7 +148,7 @@ # # Generate the .txf file # -print STDERR "Generating GLUT font file...\n"; +print STDERR "Generating textured font file...\n"; # Prune undefined glyphs foreach my $c (keys %metrics) { |