Module gui_zoom

Source
Expand description

Helpers for zooming the whole GUI of an app (changing Context::pixels_per_point.

Modulesยง

kb_shortcuts
The suggested keyboard shortcuts for global gui zooming.

Constantsยง

MAX_ZOOM_FACTOR ๐Ÿ”’
MIN_ZOOM_FACTOR ๐Ÿ”’

Functionsยง

zoom_in
Make everything larger by increasing Context::zoom_factor.
zoom_menu_buttons
Show buttons for zooming the ui.
zoom_out
Make everything smaller by decreasing Context::zoom_factor.
zoom_with_keyboard ๐Ÿ”’
Let the user scale the GUI (change Context::zoom_factor) by pressing Cmd+Plus, Cmd+Minus or Cmd+0, just like in a browser.