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.

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.