Module egui::gui_zoom

source ·
Expand description

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

Modules

The suggested keyboard shortcuts for global gui zooming.

Functions

Make everything larger.
Show buttons for zooming the ui.
Make everything smaller.
Let the user scale the GUI (change Context::pixels_per_point) by pressing Cmd+Plus, Cmd+Minus or Cmd+0, just like in a browser.