Add draw.text
10
draw.text.md
Normal file
10
draw.text.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# draw.text(text, x, y, color)
|
||||
Dibuixa text en (x, y) amb el color especificat.
|
||||
|
||||
### Exemple
|
||||
```
|
||||
draw.text("Hola món", 10, 10, 15)
|
||||
```
|
||||
|
||||
### Vore també
|
||||
* [draw.mode](draw.mode)
|
||||
Reference in New Issue
Block a user