[Plib-cvs] plib/src/fnt fnt.cxx,1.12,1.13
Brought to you by:
sjbaker
From: James J. <pu...@us...> - 2004-08-05 00:42:02
|
Update of /cvsroot/plib/plib/src/fnt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15833 Modified Files: fnt.cxx Log Message: Part of a fix by Andy Ross to the font rendering (see his e-mail of 5/4/2004 at 2:15 PM). Index: fnt.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fnt.cxx,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- fnt.cxx 26 Oct 2002 14:24:59 -0000 1.12 +++ fnt.cxx 5 Aug 2004 00:41:53 -0000 1.13 @@ -235,7 +235,7 @@ if (*s == '\n') { curpos[0] = origx ; - curpos[1] -= pointsize * 1.333f ; + curpos[1] -= pointsize ; } else low_putch ( curpos, pointsize, italic, *s ) ; |