diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/psencoding.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/psencoding.1')
| -rw-r--r-- | static/unix-v10/man1/psencoding.1 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/static/unix-v10/man1/psencoding.1 b/static/unix-v10/man1/psencoding.1 new file mode 100644 index 00000000..0c0a3a65 --- /dev/null +++ b/static/unix-v10/man1/psencoding.1 @@ -0,0 +1,37 @@ +.ds dQ /usr/lib/postscript +.TH PSENCODING 1 "DWB 3.2" +.SH NAME +.B psencoding +\- check or set the default PostScript font encoding +.SH SYNOPSIS +\*(mBpsencoding\f1 +.OP "" encoding [] +.SH DESCRIPTION +.B psencoding +sets the default font Encoding used by many PostScript translators to +.IR encoding . +No arguments means list the available choices and the current default. +.PP +PostScript encoding files are in directory +.MR \*(dQ . +Many existing PostScript translators include the encoding file +.MR Default.enc , +if it exists, in the output they generate. +.PP +Requesting +.I encoding +as the default means link the file +.MI \*(dQ/ encoding .enc +to the file +.MR \*(dQ/Default.enc . +Changing the default encoding assumes you can write in directory +.MR \*(dQ . +.SH FILES +.MW \*(dQ/Default.enc +.br +.MW \*(dQ/*.enc +.SH SEE ALSO +.BR buildtables (1), +.BR dpost (1), +.BR postprint (1), +.BR trofftable (1) |
