Hello,<br><br>I was trying to make a slide with a large symbol on it.<br><br>#lang slideshow<br>(slide<br> (parameterize ([current-font-size 280])<br>   (t &quot;\u2623&quot;)))<br><br>That gives a contract violation, saying that current-font-size isn&#39;t (between/c 1 255).<br>


<br>Why can&#39;t we have font sizes larger than 255?<br><br><br>BTW, I am able to get a large pict by scaling (though, then, with rough edges):<br><br>(slide<br> (scale/improve-new-text (t &quot;\u2623&quot;) 20))<br><br>


<br>[]&#39;s<br><br clear="all">Rodolfo Carvalho<br>