diff options
| author | YAMAMOTO Mitsuharu | 2007-03-28 08:15:27 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-03-28 08:15:27 +0000 |
| commit | e43c7935f3dc404c05506c193fd2609cebe4223f (patch) | |
| tree | 943ed7eb37943792922b63f22b567add668425c9 | |
| parent | 1fbd183032fe8dee2aa805ad52422e8566fdb87f (diff) | |
| download | emacs-e43c7935f3dc404c05506c193fd2609cebe4223f.tar.gz emacs-e43c7935f3dc404c05506c193fd2609cebe4223f.zip | |
(Mac Font Specs): Mention AppleAntiAliasingThreshold.
| -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 | |||
| 381 | (QuickDraw). Both @acronym{ATSUI} and QuickDraw Text drawings are | 381 | (QuickDraw). Both @acronym{ATSUI} and QuickDraw Text drawings are |
| 382 | affected by the value of this variable. | 382 | affected by the value of this variable. |
| 383 | 383 | ||
| 384 | Appearance of text in small sizes will also be affected by the ``Turn | ||
| 385 | off text smoothing for font sizes @var{n} and smaller'' setting in the | ||
| 386 | General pane (Mac OS X 10.1 or 10.2) or in the Appearance pane (10.3 or | ||
| 387 | later) of the System Preferences. This threshold can alternatively be | ||
| 388 | set just for Emacs (i.e., not as the system-wide setting) using the | ||
| 389 | @command{defaults} command: | ||
| 390 | |||
| 391 | @example | ||
| 392 | defaults 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 |