From e43c7935f3dc404c05506c193fd2609cebe4223f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Wed, 28 Mar 2007 08:15:27 +0000 Subject: [PATCH] (Mac Font Specs): Mention AppleAntiAliasingThreshold. --- man/macos.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.2