diff options
author | das <das> | 2006-04-11 10:19:51 (GMT) |
---|---|---|
committer | das <das> | 2006-04-11 10:19:51 (GMT) |
commit | 8b2a7970be6635f07774f94a31f95fb7e01c4034 (patch) | |
tree | bb7a13ca16a0674f11054c45a1bdeb183fbda82a /macosx/README | |
parent | 070434c182c27254deaee167b8933d75caa88f07 (diff) | |
download | tk-8b2a7970be6635f07774f94a31f95fb7e01c4034.zip tk-8b2a7970be6635f07774f94a31f95fb7e01c4034.tar.gz tk-8b2a7970be6635f07774f94a31f95fb7e01c4034.tar.bz2 |
* macosx/tkMacOSXFont.c: remove #ifdef'd text measuring codepaths now
* macosx/tkMacOSXInit.c: known to be incorrect, cleanup obsolete text
* macosx/README: antialiasing control code, document ATSUI
text antialiasing changes.
Diffstat (limited to 'macosx/README')
-rw-r--r-- | macosx/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/macosx/README b/macosx/README index 008024c..15b9a12 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ Tcl/Tk Mac OS X README ---------------------- -RCS: @(#) $Id: README,v 1.16 2005/12/01 05:47:17 das Exp $ +RCS: @(#) $Id: README,v 1.17 2006/04/11 10:19:51 das Exp $ This is the README file for the Mac OS X/Darwin version of Tcl/Tk. @@ -110,9 +110,10 @@ putting: 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' -allows to dis/enable antialiasing on the fly from Tcl (even for existing text). +- ATSUI text antialiasing by default uses the standard OS antialising settings. +Setting the global variable '::tk::mac::antialiasedtext' allows to control text +antialiasing from Tcl: a value of 1 enables AA, 0 disables AA and -1 restores +the default behaviour of respecting the OS settings. - Scrollbars: There are two scrollbar variants in Aqua, normal & small. The normal scrollbar has a small dimension of 16, the small variant 12. Access to |