6 May
2013
6 May
'13
6:04 p.m.
On 2013–05–06 Meer, H. van der wrote:
What is the simplest way to change the size of fonts in labels drawn in MetaPost?
Probably a font switch directly in the label: label("\small foobar", origin);
\switchtobodyfont[size] can be done in \startMPenvironment and inside each label.
Better use setupMPinstance: \setupMPinstance [metafun] [textstyle=\small] Marco