From: <de...@us...> - 2009-09-22 02:07:39
|
Revision: 1825 http://iterm.svn.sourceforge.net/iterm/?rev=1825&view=rev Author: delx Date: 2009-09-22 02:07:33 +0000 (Tue, 22 Sep 2009) Log Message: ----------- Fixed comment Modified Paths: -------------- trunk/PTYTextView.m Modified: trunk/PTYTextView.m =================================================================== --- trunk/PTYTextView.m 2009-09-22 01:06:10 UTC (rev 1824) +++ trunk/PTYTextView.m 2009-09-22 02:07:33 UTC (rev 1825) @@ -2485,7 +2485,7 @@ NSString* crap = [NSString stringWithCharacters:&code length:1]; [crap drawWithRect:NSMakeRect(X,Y+[theFont ascender], 0, 0) options:0 attributes:attrib]; - // on older systems, for bold, redraw the character offset by 1 pixel + // redraw the character offset by 1 pixel, this is faster than real bold if (renderBold) { [crap drawWithRect:NSMakeRect(X+1,Y+[theFont ascender], 0, 0) options:0 attributes:attrib]; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |