Introduce Weight enum to font
This commit is contained in:
parent
eb3cd3a321
commit
32309f0140
3 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue