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