Introduce Weight enum to font

This commit is contained in:
Héctor Ramón Jiménez 2023-02-05 18:26:09 +01:00
parent eb3cd3a321
commit 32309f0140
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,5 @@
//! Load and use fonts.
pub use iced_core::Font;
pub use iced_core::font::*;
use crate::command::{self, Command};
use std::borrow::Cow;