aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-03-28 08:15:27 +0000
committerYAMAMOTO Mitsuharu2007-03-28 08:15:27 +0000
commite43c7935f3dc404c05506c193fd2609cebe4223f (patch)
tree943ed7eb37943792922b63f22b567add668425c9
parent1fbd183032fe8dee2aa805ad52422e8566fdb87f (diff)
downloademacs-e43c7935f3dc404c05506c193fd2609cebe4223f.tar.gz
emacs-e43c7935f3dc404c05506c193fd2609cebe4223f.zip
(Mac Font Specs): Mention AppleAntiAliasingThreshold.
-rw-r--r--man/macos.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/macos.texi b/man/macos.texi
index 0671b8c5f74..c38c03817ab 100644
--- a/man/macos.texi
+++ b/man/macos.texi
@@ -381,6 +381,17 @@ such versions. It can be changed by setting
381(QuickDraw). Both @acronym{ATSUI} and QuickDraw Text drawings are 381(QuickDraw). Both @acronym{ATSUI} and QuickDraw Text drawings are
382affected by the value of this variable. 382affected by the value of this variable.
383 383
384 Appearance of text in small sizes will also be affected by the ``Turn
385off text smoothing for font sizes @var{n} and smaller'' setting in the
386General pane (Mac OS X 10.1 or 10.2) or in the Appearance pane (10.3 or
387later) of the System Preferences. This threshold can alternatively be
388set just for Emacs (i.e., not as the system-wide setting) using the
389@command{defaults} command:
390
391@example
392defaults write org.gnu.Emacs AppleAntiAliasingThreshold @var{n}
393@end example
394
384 395
385@node Mac Functions 396@node Mac Functions
386@section Mac-Specific Lisp Functions 397@section Mac-Specific Lisp Functions