diff options
author | das <das@noemail.net> | 2004-09-18 00:48:12 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2004-09-18 00:48:12 (GMT) |
commit | 3ec4cb27071a8242ce6a4e4c1be270c4a5cb3758 (patch) | |
tree | 2644046be4778867c8e5d56c566bbffbea03d87b /macosx/README | |
parent | e296c187ba01fc7505fc10556835729d34d7d786 (diff) | |
download | tk-3ec4cb27071a8242ce6a4e4c1be270c4a5cb3758.zip tk-3ec4cb27071a8242ce6a4e4c1be270c4a5cb3758.tar.gz tk-3ec4cb27071a8242ce6a4e4c1be270c4a5cb3758.tar.bz2 |
* macosx/README: typos
* macosx/tkMacOSXDraw.c (TkMacOSXSetUpCGContext): performance
improvements: removed slow & unnecessary calls.
FossilOrigin-Name: 95f575756e4c780da7deeb955a0061d39c375f3d
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/README b/macosx/README index 14d66d0..eff9032 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ TclTkAqua README ---------------- -RCS: @(#) $Id: README,v 1.6.2.5 2004/07/27 18:52:26 wolfsuit Exp $ +RCS: @(#) $Id: README,v 1.6.2.6 2004/09/18 00:48:14 das Exp $ This is the README file for the Mac OS X native versions of Tcl & Tk. @@ -100,7 +100,8 @@ is set to 3 pixel width lines. You can change this if you want by putting: set tk::mac::CGAntialiasLimit <limit> -in your script before drawing, in which case only lines thinner that <limit> pixels will be antialiased. +in your script before drawing, in which case only lines thinner that <limit> pixels +will not be antialiased. - Quickdraw text antialiasing is enabled by default when available (from 10.1.5 onwards). Changing the global boolean variable '::tk::mac::antialiasedtext' |