chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / fontfile.html
CommitLineData
69695f33
MW
1<HTML>
2<HEAD><TITLE>
3Mup 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>
13Installing other fonts
14</H2>
15<P>
16The &quot;fontfile&quot; statement is used to override a Mup font with
17some other font. You may place one or more of these anywhere in Mup input.
18This might be used either because you'd like a different
19style of printing, or because you need a different alphabet.
20<A HREF="../mkmupfnt.ps">The "mkmupfnt" program</A>
21that is distributed with Mup
22can be used to generate a font description file. You can then use
23<BR><PRE>
24 fontfile &quot;file&quot;
25</PRE><BR>
26in your Mup program, where the given &quot;file&quot; is the name of the font
27description file. The manual page for mkmupfnt describes how to use that
28program. It also describes the format of the font description file,
29in case you wish to generate it by some means
30other than the mkmupfnt program.
31</P>
32<P>
33Mup 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>