Expand description
Individual bits of UI
Structs§
- FacetId
- Identifier for a Facet
- Raster
Facet - A facet constructed with a raster, style and size.
- Rectangle
Facet - A facet that renders a colored rectangle.
- Rive
Facet - A facet constructed with the contents of a Rive animation file.
- SetBackground
Color Message - Message used to set the background color on a facet
- SetColor
Message - Message used to set the color on a facet
- SetCorner
Radius Message - Message used to set the corner radius of a facet
- SetSize
Message - Message used to set the size of a facet
- SetText
Message - Message used to set the text on a facet
- Shed
Facet - A facet constructed with the contents of a Shed vector image file.
- Spacing
Facet - A facet that occupies space without rendering.
- Text
Facet - A facet that renders text.
- Text
Facet Options - Options for a text facet.
Enums§
- Text
Horizontal Alignment - Enum for specifying text horizontal alignment.
- Text
Vertical Alignment - Enum for specifying text horizontal alignment.
Traits§
- Facet
- The Facet trait is used to create composable units of rendering, sizing and message handling.
Type Aliases§
- Facet
Ptr - A reference to a struct implementing Facet.