diff options
author | wolfsuit <wolfsuit> | 2004-07-27 18:52:26 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-07-27 18:52:26 (GMT) |
commit | 08547ee2b045ed2020963a9f84d8b31b678d8cf0 (patch) | |
tree | 0366e86b229d3641e957deb87d860536c489c3d2 /macosx | |
parent | 671bad5c94bdc5092c034e1f2604c48f780517c1 (diff) | |
download | tk-08547ee2b045ed2020963a9f84d8b31b678d8cf0.zip tk-08547ee2b045ed2020963a9f84d8b31b678d8cf0.tar.gz tk-08547ee2b045ed2020963a9f84d8b31b678d8cf0.tar.bz2 |
Fix the doco's for the anti-aliasing limit variable to be more helpful
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README index 7514ad8..14d66d0 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ TclTkAqua README ---------------- -RCS: @(#) $Id: README,v 1.6.2.4 2004/07/25 01:57:41 wolfsuit Exp $ +RCS: @(#) $Id: README,v 1.6.2.5 2004/07/27 18:52:26 wolfsuit Exp $ This is the README file for the Mac OS X native versions of Tcl & Tk. @@ -98,9 +98,9 @@ in your script before you do drawing. Also the CG drawing can anti-alias line d However, anti-aliased thin lines look washed out, so the threshold for antialiasing is set to 3 pixel width lines. You can change this if you want by putting: -set tk::mac::CGAntialiasLimit <pixel limit> +set tk::mac::CGAntialiasLimit <limit> -in your script before drawing. +in your script before drawing, in which case only lines thinner that <limit> pixels will be antialiased. - Quickdraw text antialiasing is enabled by default when available (from 10.1.5 onwards). Changing the global boolean variable '::tk::mac::antialiasedtext' |