diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-03-28 08:15:27 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-03-28 08:15:27 +0000 |
commit | e43c7935f3dc404c05506c193fd2609cebe4223f (patch) | |
tree | 943ed7eb37943792922b63f22b567add668425c9 /man | |
parent | 1fbd183032fe8dee2aa805ad52422e8566fdb87f (diff) | |
download | emacs-e43c7935f3dc404c05506c193fd2609cebe4223f.tar.gz |
(Mac Font Specs): Mention AppleAntiAliasingThreshold.
Diffstat (limited to 'man')
-rw-r--r-- | man/macos.texi | 11 |
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 (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 |