# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1175069727 0 # Node ID 3891e219df10e228679415542f4b513b82c5323e # Parent a98404fc2d9176f599078287ae80b51be2665e83 (Mac Font Specs): Mention AppleAntiAliasingThreshold. diff -r a98404fc2d91 -r 3891e219df10 man/macos.texi --- a/man/macos.texi Wed Mar 28 03:28:49 2007 +0000 +++ b/man/macos.texi Wed Mar 28 08:15:27 2007 +0000 @@ -381,6 +381,17 @@ (QuickDraw). Both @acronym{ATSUI} and QuickDraw Text drawings are affected by the value of this variable. + Appearance of text in small sizes will also be affected by the ``Turn +off text smoothing for font sizes @var{n} and smaller'' setting in the +General pane (Mac OS X 10.1 or 10.2) or in the Appearance pane (10.3 or +later) of the System Preferences. This threshold can alternatively be +set just for Emacs (i.e., not as the system-wide setting) using the +@command{defaults} command: + +@example +defaults write org.gnu.Emacs AppleAntiAliasingThreshold @var{n} +@end example + @node Mac Functions @section Mac-Specific Lisp Functions