Skip to content

Commit

Permalink
Changed description of window scale factor in Events (#1834)
Browse files Browse the repository at this point in the history
* changed description of window scale factor in Events

* Update src/dpi.rs

Co-authored-by: Markus Røyset <[email protected]>

* Fix intra-doc link

Co-authored-by: Markus Røyset <[email protected]>
  • Loading branch information
adenhaus and maroider authored Jun 16, 2021
1 parent 635180c commit 5a65347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dpi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
//! DPI settings. This gives you a chance to rescale your application's UI elements and adjust how
//! the platform changes the window's size to reflect the new scale factor. If a window hasn't
//! received a [`ScaleFactorChanged`](crate::event::WindowEvent::ScaleFactorChanged) event,
//! then its scale factor is `1.0`.
//! then its scale factor can be found by calling [window.scale_factor()].
//!
//! ## How is the scale factor calculated?
//!
Expand Down Expand Up @@ -95,6 +95,7 @@
//!
//! [points]: https://en.wikipedia.org/wiki/Point_(typography)
//! [picas]: https://en.wikipedia.org/wiki/Pica_(typography)
//! [window.scale_factor()]: crate::window::Window::scale_factor
//! [windows_1]: https://docs.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows
//! [apple_1]: https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/Displays/Displays.html
//! [apple_2]: https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/image-size-and-resolution/
Expand Down

0 comments on commit 5a65347

Please sign in to comment.