From c59fcf625a4042d75f45bf3b7c8496725ed88e9a Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 11:30:36 +0100 Subject: [PATCH] Add win.zoom --- win.zoom.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 win.zoom.md diff --git a/win.zoom.md b/win.zoom.md new file mode 100644 index 0000000..44585be --- /dev/null +++ b/win.zoom.md @@ -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)