Draft Font type and implement Text::font
This commit is contained in:
parent
f0b1e65ba4
commit
6857829dc3
10 changed files with 96 additions and 31 deletions
|
|
@ -2,7 +2,8 @@ pub use iced_wgpu::{Primitive, Renderer};
|
|||
|
||||
pub use iced_winit::{
|
||||
button, scrollable, slider, text, text_input, winit, Align, Background,
|
||||
Checkbox, Color, Image, Length, Radio, Scrollable, Slider, Text, TextInput,
|
||||
Checkbox, Color, Font, Image, Length, Radio, Scrollable, Slider, Text,
|
||||
TextInput,
|
||||
};
|
||||
|
||||
pub type Element<'a, Message> = iced_winit::Element<'a, Message, Renderer>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue