Is there a way to specify the with of a text so that the text gets wrapped? Something simalar to the following TikZ-Example (wrapped in ConTeXt):
\usemodule[tikz]
\starttext
\starttikzpicture
\draw (0, 0) node[text width=2.5cm,align=center] {Start new Game};
\stoptikzpicture
\startMPcode
draw "Start new Game" infont defaultfont scaled defaultscale;
\stopMPcode
\stoptext