diff options
| author | nbehrnd <[email protected]> | 2022-11-04 18:11:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-04 10:11:12 -0700 |
| commit | aaac5eb7ecb96850093872c9c9607742936bebf3 (patch) | |
| tree | 4ff5384ac231979ad017120ee8d0690e27c189cd | |
| parent | 0eda40c93a361142ac2f2ce45de308bc0f5649fb (diff) | |
clarify font selection for pdf -t ms (#8421)
Previous versions of the documentation did not clarify much which
options of font selection are available for the generation of .pdf
via `-t ms`. Nor was there a description how to extend the set of
of fonts provided by ghostscript/pdfgroff. This commit equally
hints to Peter Schaffter's script install-fonts.sh to facilitate
greatly the later, too.
| -rw-r--r-- | MANUAL.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 31e0d02e8..41a12df13 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3088,7 +3088,14 @@ The `--css` option also affects the output. ### Variables for ms `fontfamily` -: font family (e.g. `T` or `P`) +: `A` (Avant Garde), `B` (Bookman), `C` (Helvetica), `HN` (Helvetica + Narrow), `P` (Palatino), or `T` (Times New Roman). This setting does not + affect source code, which is always displayed using monospace Courier. + These built-in fonts are limited in their coverage of characters. + Additional fonts may be installed using the script + [`install-fonts.sh`](https://www.schaffter.ca/mom/bin/install-font.sh) + provided by Peter Schaffter and documented in detail on + [his web site](https://www.schaffter.ca/mom/momdoc/appendices.html#steps). `indent` : paragraph indent (e.g. `2m`) |
