added in the non-empty string restriction
svn: r10143
This commit is contained in:
parent
e9bb51a363
commit
aa75ddcfa6
|
@ -93,7 +93,9 @@ angle.
|
|||
|
||||
@defproc[(text [s string?] [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].}
|
||||
and painted in color @scheme[c].
|
||||
|
||||
The string @scheme[s] must have at least one character.}
|
||||
|
||||
@;-----------------------------------------------------------------------------
|
||||
@section[#:tag "properties"]{Basic Image Properties}
|
||||
|
|
Loading…
Reference in New Issue
Block a user