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
|
|
@ -3,6 +3,7 @@ pub mod widget;
|
|||
mod align;
|
||||
mod background;
|
||||
mod color;
|
||||
mod font;
|
||||
mod length;
|
||||
mod point;
|
||||
mod rectangle;
|
||||
|
|
@ -11,6 +12,7 @@ mod vector;
|
|||
pub use align::Align;
|
||||
pub use background::Background;
|
||||
pub use color::Color;
|
||||
pub use font::Font;
|
||||
pub use length::Length;
|
||||
pub use point::Point;
|
||||
pub use rectangle::Rectangle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue