<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Christian,<br>
see section 7.2.1 on
<a class="moz-txt-link-freetext" href="http://marcocorvi.altervista.org/caving/tbe/m_07/m_072.htm">http://marcocorvi.altervista.org/caving/tbe/m_07/m_072.htm</a><br>
there you find:<br>
<br>
<div>
The size of the fonts can be set with a simple MetaPost command,
<pre> layout fontsize
code metapost
fontsetup( 6, 8, 10, 12, 16 );
endcode
endlayout
</pre>
</div>
<div>
The five specified sizes are referred to as tiny, small, normal,
large, and huge. The normal size is used for labels ("label"
point and line). The small one for remarks ("remark" point). The
<code>-scale</code> option overrides the default size. </div>
<div>
The actual font sizes used depends on the scale of the output
map:
<ul>
<li>1:100 and larger: 8,10,12,16,24 </li>
<li>from 1:200 to 1:100: 7,8,10,12,14 </li>
<li>from 1:500 to 1:200: 6,7,8,10,14 </li>
<li>smaller than 1:500: 5,6,7,8,10 </li>
</ul>
</div>
Regards<br>
Wolfgang<br>
<br>
<br>
Am 09.04.2013 22:00, schrieb Jackson:<br>
</div>
<blockquote cite="mid:51647359.7070005@fund-ev.de" type="cite">Hi,
<br>
<br>
is it possible to use a smaller font size for the
<br>
station-name?
<br>
I know to use -scale xs for the station-name. It
<br>
is not small enough and I want to change this global.
<br>
<br>
So i tried using the "def fonts_setup" but nothing
<br>
happens
<br>
<br>
write "\def\thstationname{\size[4]}" to "mptexpre.tex";
<br>
<br>
Under debug mode -d i can find this saved in mptexpre.tex
<br>
But no change in the output pdf
<br>
<br>
<br>
Glück tief
<br>
Christian
<br>
<br>
<br>
<br>
</blockquote>
<br>
</body>
</html>