contract on text
svn: r10159
This commit is contained in:
parent
e3aa0e0e5b
commit
8b7e57b0a9
|
@ -91,7 +91,7 @@ angle.
|
|||
See @scheme[add-line] below.
|
||||
}
|
||||
|
||||
@defproc[(text [s string?] [f (and/c number? positive?)] [c (unsyntax @tech{Color})]) Image]{
|
||||
@defproc[(text [s (and/c string? (lambda (s) (not (string=? s ""))))] [f (and/c number? positive?)] [c (unsyntax @tech{Color})]) Image]{
|
||||
Creates an image of the text @scheme[s] at point size @scheme[f]
|
||||
and painted in color @scheme[c].
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user