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?]
|
@defproc[(text [content string?]
|
||||||
[style text-style/c null]
|
[style text-style/c null]
|
||||||
[size (integer-in 1 255) 12]
|
[size (integer-in 1 1024) 12]
|
||||||
[angle real? 0])
|
[angle real? 0])
|
||||||
pict?]{
|
pict?]{
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
(provide/contract
|
(provide/contract
|
||||||
[text (->* (string?)
|
[text (->* (string?)
|
||||||
(text-style/c
|
(text-style/c
|
||||||
(and/c (between/c 1 255) integer?)
|
(and/c (between/c 1 1024) integer?)
|
||||||
number?)
|
number?)
|
||||||
pict?)])
|
pict?)])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user