14 Jan
2015
14 Jan
'15
7:05 p.m.
On Wed, 14 Jan 2015 17:50:12 +0100
Pablo Rodriguez
Dear list,
I have the following sample:
\showframe \starttext {\setupbodyfont[120pt]My Title} \stoptext
Is there a way to make ConTeXt automatically calculate the size of the \setupbodyfont, so that the passage fits exactly to text width?
Many thanks for your help,
Pablo
There is a MP solution: \starttext \startMPcode draw textext("My Title") xsized TextWidth ; \stopMPcode \stoptext Alan