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§
- shape 🔒The different shapes that can be painted.