slideshow/pict: sync text' size limit with
font%'
This commit is contained in:
parent
3bf5389237
commit
d635b93644
|
@ -155,7 +155,7 @@ adding the given ascent and descent.}
|
|||
|
||||
@defproc[(text [content string?]
|
||||
[style text-style/c null]
|
||||
[size (integer-in 1 255) 12]
|
||||
[size (integer-in 1 1024) 12]
|
||||
[angle real? 0])
|
||||
pict?]{
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
(provide/contract
|
||||
[text (->* (string?)
|
||||
(text-style/c
|
||||
(and/c (between/c 1 255) integer?)
|
||||
(and/c (between/c 1 1024) integer?)
|
||||
number?)
|
||||
pict?)])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user