<!DOCTYPE html>
<html><head>
<meta charset="UTF-8">
</head><body><p>Hi all<br></p><p>I have a question concerning customizing text labels.<br>Drawing a map with scale 1:250 is ok. Just some points a very small on the map.<br>Therefore I would like to resize these points and make them bigger.<br></p><p>For example:<br>"point x y passage-height -value [- 10 m]" generates the wanted symbol, a number with a frame around. But it's to small (attached picture passage-height-1.jpg).<br>I add the option "-scale xl". Now it's a little bit bigger but still to small (attached picture passage-height-2.jpg).<br></p><p>Finally I use within the layout command:<br>code metapost<br>fonts_setup(6,8,10,14,36);<br>endcode<br></p><p>Now the number is looking good in size but the frame around is not correct anymore (attached picture passage-height-3.jpg).<br></p><p>Is there a solution for this problem?<br>Or is there any other option to resize single points or lines (like "point passage-heigt" or "line label" ...)?<br>I'm looking forward for any help.<br></p><p>Thanks,<br>Torsten<br></p></body></html>