[racket] Slideshow's current-font-size 1-255

From: Rodolfo Carvalho (rhcarvalho at gmail.com)
Date: Fri Mar 16 00:46:03 EDT 2012

Hello,

I was trying to make a slide with a large symbol on it.

#lang slideshow
(slide
 (parameterize ([current-font-size 280])
   (t "\u2623")))

That gives a contract violation, saying that current-font-size isn't
(between/c 1 255).

Why can't we have font sizes larger than 255?


BTW, I am able to get a large pict by scaling (though, then, with rough
edges):

(slide
 (scale/improve-new-text (t "\u2623") 20))


[]'s

Rodolfo Carvalho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120316/a125eb49/attachment.html>

Posted on the users mailing list.