1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

You can override the default Egui fonts

Closes https://github.com/emilk/egui/issues/32
This commit is contained in:
Emil Ernerfeldt
2020-10-31 18:03:13 +01:00
parent 82d55cb67e
commit ca96172552
7 changed files with 35 additions and 21 deletions

View File

@@ -8,6 +8,7 @@
* Demo App: Add slider to scale all of Egui
* Windows are now constrained to the screen
* Panels: you can now create panels using `SidePanel` and `TopPanel`.
* You can override the default Egui fonts
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
* You can no longer throw windows
* `Context::begin_frame()` no longer returns anything.