diff options
author | 2023-05-08 15:37:29 +0200 | |
---|---|---|
committer | 2023-05-08 15:37:29 +0200 | |
commit | 16bf8fc7622fbe67a7d81cbe6daad329385cc44c (patch) | |
tree | 822bac1c6e2063be88f3d935270a329f22c24849 /widget/src/text.rs | |
parent | b8c2cca3847e852eb78e7daf5487c8a26f38f2bf (diff) | |
download | iced-16bf8fc7622fbe67a7d81cbe6daad329385cc44c.tar.gz iced-16bf8fc7622fbe67a7d81cbe6daad329385cc44c.tar.bz2 iced-16bf8fc7622fbe67a7d81cbe6daad329385cc44c.zip |
Export `Shaping` and `LineHeight` in `widget::text`
Diffstat (limited to 'widget/src/text.rs')
-rw-r--r-- | widget/src/text.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widget/src/text.rs b/widget/src/text.rs index 50aa1370..04c31edc 100644 --- a/widget/src/text.rs +++ b/widget/src/text.rs @@ -1,4 +1,3 @@ -pub use crate::core::text::Shaping; pub use crate::core::widget::text::*; pub type Text<'a, Renderer = crate::Renderer> = |