summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-05 18:26:09 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:36:02 +0100
commit32309f0140efb4ea92e3e35e3adc5c740909f196 (patch)
tree64a388d896c4ae1959b492fb742d3c6eaec10cc6 /native
parenteb3cd3a321db48a4a4555575f022e9a0ed85063b (diff)
downloadiced-32309f0140efb4ea92e3e35e3adc5c740909f196.tar.gz
iced-32309f0140efb4ea92e3e35e3adc5c740909f196.tar.bz2
iced-32309f0140efb4ea92e3e35e3adc5c740909f196.zip
Introduce `Weight` enum to `font`
Diffstat (limited to 'native')
-rw-r--r--native/src/font.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/font.rs b/native/src/font.rs
index 6840a25f..15359694 100644
--- a/native/src/font.rs
+++ b/native/src/font.rs
@@ -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;