antialiazing
This commit is contained in:
@@ -52,6 +52,7 @@ fn main() -> iced::Result {
|
|||||||
.theme(move |_| polytheme.clone())
|
.theme(move |_| polytheme.clone())
|
||||||
.font(FONT_BYTES)
|
.font(FONT_BYTES)
|
||||||
.default_font(FONT)
|
.default_font(FONT)
|
||||||
|
.antialiasing(true)
|
||||||
.subscription(MyApp::subscription)
|
.subscription(MyApp::subscription)
|
||||||
.run_with(MyApp::new)
|
.run_with(MyApp::new)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user