Expand description
Write your own renderer.
Structs§
- Border
Radius - The border radi for the corners of a graphics primitive in the order: top-left, top-right, bottom-right, bottom-left.
- Null
Debug-assertions enabled - A renderer that does nothing.
- Quad
- A polygon with four sides.
- Style
- The styling attributes of a
Renderer.
Traits§
- Renderer
- A component that can be used by widgets to draw themselves on a screen.