diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2007-02-13 21:38:21 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2007-02-13 21:38:21 +0000 |
| commit | dae489a4529c014654b894d104faa9e5cfea0b04 (patch) | |
| tree | 442fe1bcda7e038828a78cc3f11dcaa7a62dcbde /doc | |
| parent | d324fe8cc1372360f49cfcfd34261cacc886d79c (diff) | |
| download | halibut-dae489a4529c014654b894d104faa9e5cfea0b04.zip halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.gz halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.bz2 halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.xz | |
Add a --list-fonts option, since getting PostScript names out of TrueType
fonts is difficult.
[originally from svn r7281]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.but | 1 | ||||
| -rw-r--r-- | doc/manpage.but | 5 | ||||
| -rw-r--r-- | doc/output.but | 35 | ||||
| -rw-r--r-- | doc/running.but | 5 |
4 files changed, 18 insertions, 28 deletions
diff --git a/doc/index.but b/doc/index.but index 351e3d2..af31cd8 100644 --- a/doc/index.but +++ b/doc/index.but @@ -656,6 +656,7 @@ directive \IM{-C} \c{-C} command-line option \IM{--input-charset} \c{--input-charset} command-line option \IM{--list-charsets} \c{--list-charsets} command-line option +\IM{--list-fonts} \c{--list-fonts} command-line option \IM{--help} \c{--help} command-line option \IM{--version} \c{--version} command-line option \IM{--licence} \c{--licence} command-line option diff --git a/doc/manpage.but b/doc/manpage.but index c39543e..5ce02eb 100644 --- a/doc/manpage.but +++ b/doc/manpage.but @@ -117,6 +117,11 @@ default of ASCII. \dd Makes Halibut list character sets known to it. +\dt \cw{--list-fonts} + +\dd Makes Halibut list fonts known to it, either intrinsically or +by being passed as input files. + \dt \cw{--precise} \dd Makes Halibut report the column number as well as the line diff --git a/doc/output.but b/doc/output.but index 1d9699b..7852692 100644 --- a/doc/output.but +++ b/doc/output.but @@ -1671,36 +1671,10 @@ The directives in this section control which fonts Halibut uses for various kinds of text. Directives for setting the font normally take three font names, the first of which is used for normal text, the second for emphasised text, and the third for code. Any fonts which -aren't specified are left unchanged. Fonts are named using their -PostScript names. +aren't specified are left unchanged. Halibut intrinsically knows about some fonts, and these fonts are also -built into all PDF and most PostScript implementations. These are: - -\b \cw{Times-Roman} - -\b \cw{Times-Italic} - -\b \cw{Times-Bold} - -\b \cw{Times-BoldItalic} - -\b \cw{Helvetica} - -\b \cw{Helvetica-Oblique} - -\b \cw{Helvetica-Bold} - -\b \cw{Helvetica-BoldOblique} - -\b \cw{Courier} - -\b \cw{Courier-Oblique} - -\b \cw{Courier-Bold} - -\b \cw{Courier-BoldOblique} - +built into all PDF and most PostScript implementations. These fonts can be used without further formality. To use any other font, Halibut needs at least to know its measurements, which are provided in an \i{Adobe Font Metrics} (\I{AFM files}AFM) file. @@ -1711,6 +1685,11 @@ an AFM, PFA, or PFB file to Halibut, simply name it on Halibut's command line. If a PFA or PFB file is specified, the corresponding AFM file must come first. +Fonts are specified using their PostScript names. Running Halibut with +the \i\cw{\-\-list-fonts} option causes it to display the PostScript +names of all the fonts it intrinsically knows about, along with any +fonts the were supplied as input files. + \ii{Font sizes} are specified in PostScript \i{points} (72 to the inch). \dt \I{\cw{\\cfg\{paper-title-fonts\}}}\cw{\\cfg\{paper-title-fonts\}\{}\e{normal-font}\cw{\}}[\cw{\{}\e{emph-font}\cw{\}}[\cw{\{}\e{code-font}\cw{\}}]] diff --git a/doc/running.but b/doc/running.but index 8574708..6d6cb7a 100644 --- a/doc/running.but +++ b/doc/running.but @@ -207,6 +207,11 @@ See \k{input-config} for more information about the input character set. \dd List character sets known to Halibut. +\dt \i\cw{--list-fonts} + +\dd List fonts known to Halibut, both those it intrinsically knows about +and those found in its input files. + \dt \i\cw{--help} \dd Print a brief help message and exit immediately. (Don't confuse |