Add draw.text

2026-03-16 10:51:00 +01:00
parent 0127fd2f94
commit b00fd0a053

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)