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
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to