Move font::Source to iced_graphics
This commit is contained in:
parent
4aed0fa4b6
commit
e0c4f1a08e
9 changed files with 21 additions and 48 deletions
10
graphics/src/font.rs
Normal file
10
graphics/src/font.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#[cfg(feature = "font-source")]
|
||||
mod source;
|
||||
|
||||
#[cfg(feature = "font-source")]
|
||||
pub use source::Source;
|
||||
|
||||
#[cfg(feature = "font-source")]
|
||||
pub use font_kit::{
|
||||
error::SelectionError as LoadError, family_name::FamilyName as Family,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue