diff options
Diffstat (limited to 'doc/lua/widget.md')
-rw-r--r-- | doc/lua/widget.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua/widget.md b/doc/lua/widget.md index 1b29678..246a063 100644 --- a/doc/lua/widget.md +++ b/doc/lua/widget.md @@ -377,7 +377,7 @@ Draws a polygon on the canvas. Draws a list of filled triangles to the canvas. -##### `void` drawText(`String` text, `Json` textPositioning, `unsigned` fontSize, [`Color` color]) +##### `void` drawText(`String` text, `Json` textPositioning, `unsigned` fontSize, [`Color` color], [`float` lineSpacing], [`String` directives]) Draws text on the canvas. textPositioning is in the format: |