diff options
| author | Eli Zaretskii | 2001-03-27 09:39:16 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-27 09:39:16 +0000 |
| commit | adee28ff8db25928d41235e96d3738116439ecae (patch) | |
| tree | cbd68d4a07f342a60e6fbb0f51e4ee6cae4fda94 | |
| parent | 3c9449d037f8f6f8f2d08482af385915fcce5807 (diff) | |
| download | emacs-adee28ff8db25928d41235e96d3738116439ecae.tar.gz emacs-adee28ff8db25928d41235e96d3738116439ecae.zip | |
(PostScript Variables): Explain how to set up use of
BDF fonts for ps-print.
| -rw-r--r-- | man/misc.texi | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/man/misc.texi b/man/misc.texi index 5188fd3a9d2..f46ea90a3b9 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1444,8 +1444,32 @@ for printing ordinary text. Legitimate values include @code{Courier}, | |||
| 1444 | @code{Times}. The variable @code{ps-font-size} specifies the size of | 1444 | @code{Times}. The variable @code{ps-font-size} specifies the size of |
| 1445 | the font for ordinary text. It defaults to 8.5 points. | 1445 | the font for ordinary text. It defaults to 8.5 points. |
| 1446 | 1446 | ||
| 1447 | @vindex ps-multibyte-buffer | ||
| 1448 | @cindex Intlfonts for PostScript printing | ||
| 1449 | @cindex fonts for PostScript printing | ||
| 1450 | Emacs supports more scripts and characters than a typical PostScript | ||
| 1451 | printer. Thus, some of the characters in your buffer might not be | ||
| 1452 | printable using the fonts built into your printer. You can augment | ||
| 1453 | the fonts supplied with the printer with those from the GNU Intlfonts | ||
| 1454 | package, or you can instruct Emacs to use Intlfonts exclusively. The | ||
| 1455 | variable @code{ps-multibyte-buffer} controls this: the default value, | ||
| 1456 | @code{nil}, is appropriate for printing @sc{ascii} and Latin-1 | ||
| 1457 | characters; a value of @code{non-latin-printer} is for printers which | ||
| 1458 | have the fonts for @sc{ascii}, Latin-1, Japanese, and Korean | ||
| 1459 | characters built into them. A value of @code{bdf-font} arranges for | ||
| 1460 | the BDF fonts from the Intlfonts package to be used for @emph{all} | ||
| 1461 | characters. Finally, a value of @code{bdf-font-except-latin} | ||
| 1462 | instructs the printer to use built-in fonts for @sc{ascii} and Latin-1 | ||
| 1463 | characters, and Intlfonts BDF fonts for the rest. | ||
| 1464 | |||
| 1465 | @vindex bdf-directory-list | ||
| 1466 | To be able to use the BDF fonts, Emacs should know where to find | ||
| 1467 | them. The variable @code{bdf-directory-list} holds the list of | ||
| 1468 | directories where Emacs should look for the fonts; the default value | ||
| 1469 | includes a single directory @file{/usr/local/share/emacs/fonts/bdf}. | ||
| 1470 | |||
| 1447 | Many other customization variables for these commands are defined and | 1471 | Many other customization variables for these commands are defined and |
| 1448 | described in the Lisp file @file{ps-print.el}. | 1472 | described in the Lisp files @file{ps-print.el} and @file{ps-mule.el}. |
| 1449 | 1473 | ||
| 1450 | @node Sorting, Narrowing, PostScript Variables, Top | 1474 | @node Sorting, Narrowing, PostScript Variables, Top |
| 1451 | @section Sorting Text | 1475 | @section Sorting Text |