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
.