From 35a28b2b69601f909a2b6412de9a055535b7d449 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 16 Nov 2020 08:52:02 -0500 Subject: graphics: font: Add color argument to draw-text. --- doc/api.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3