Add win.zoom

2026-03-16 11:30:36 +01:00
parent 2462d1be94
commit c59fcf625a

14
win.zoom.md Normal file

@@ -0,0 +1,14 @@
# win.zoom(value)
Estableix el nivell de zoom de la finestra.
### Paràmetres
* value — Factor de zoom.
### Exemple
```
win.zoom(2)
```
### Vore també
* [win.res](win.res)
* [win.fullscreen](win.fullscreen)