diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-11-16 08:52:02 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-11-16 17:27:10 -0500 |
commit | 35a28b2b69601f909a2b6412de9a055535b7d449 (patch) | |
tree | a2ee97605b764fc15514fc4ba14553d080841207 /doc | |
parent | 7154a283f343684ec66bc9fa5bd089f4cc272f47 (diff) |
graphics: font: Add color argument to draw-text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 7a49c85..70c3016 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -2334,7 +2334,7 @@ Return @code{#t} if @var{font} is an italicized font. @end deffn @deffn {Procedure} draw-text text position - [#:font] [#:origin] [#:scale] [#:rotation] [#:blend-mode] + [#:font] [#:color] [#:origin] [#:scale] [#:rotation] [#:blend-mode] [#:start 0] [#:end @code{(string-length text)}] Draw the string @var{text} with the first character starting at |