Re-exportsยง
pub use self::bezier_shape::CubicBezierShape;
pub use self::bezier_shape::QuadraticBezierShape;
pub use self::circle_shape::CircleShape;
pub use self::ellipse_shape::EllipseShape;
pub use self::paint_callback::PaintCallback;
pub use self::paint_callback::PaintCallbackInfo;
pub use self::path_shape::PathShape;
pub use self::rect_shape::RectShape;
pub use self::shape::Shape;
pub use self::text_shape::TextShape;
Modulesยง
- bezier_
shape ๐ - circle_
shape ๐ - ellipse_
shape ๐ - paint_
callback ๐ - path_
shape ๐ - rect_
shape ๐ - shape ๐The different shapes that can be painted.
- text_
shape ๐