chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / uguide / fontfile.html
1 <HTML>
2 <HEAD><TITLE>
3 Mup font files
4 </TITLE></HEAD>
5 <BODY>
6 <P>
7 &nbsp;&nbsp;&nbsp;<A HREF="include.html">&lt;-- previous page</A>
8
9 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="param.html">next page --&gt;</A>
10 </P>
11             
12 <H2>
13 Installing other fonts
14 </H2>
15 <P>
16 The &quot;fontfile&quot; statement is used to override a Mup font with
17 some other font. You may place one or more of these anywhere in Mup input.
18 This might be used either because you'd like a different
19 style of printing, or because you need a different alphabet.
20 <A HREF="../mkmupfnt.ps">The "mkmupfnt" program</A>
21 that is distributed with Mup
22 can be used to generate a font description file. You can then use
23 <BR><PRE>
24         fontfile &quot;file&quot;
25 </PRE><BR>
26 in your Mup program, where the given &quot;file&quot; is the name of the font
27 description file. The manual page for mkmupfnt describes how to use that
28 program. It also describes the format of the font description file,
29 in case you wish to generate it by some means
30 other than the mkmupfnt program.
31 </P>
32 <P>
33 Mup searches for fontfiles via the MUPPATH mechanism, just like for
34 <A HREF="include.html">included files.</A>
35 </P>
36 <HR><P>
37 &nbsp;&nbsp;&nbsp;<A HREF="include.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="param.html">next page --&gt;</A>
38 </P>
39 </BODY></HTML>