]> git.eshelyaron.com Git - emacs.git/commitdiff
(Mac Font Specs): Mention AppleAntiAliasingThreshold.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 28 Mar 2007 08:15:27 +0000 (08:15 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 28 Mar 2007 08:15:27 +0000 (08:15 +0000)
man/macos.texi

index 0671b8c5f74a8a48a2fa3db7fceb60487d9435d0..c38c03817ab83caddfc46b73bce38cbbbcaf91c5 100644 (file)
@@ -381,6 +381,17 @@ such versions.  It can be changed by setting
 (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