Module facets

Source
Expand description

Individual bits of UI

Structs§

FacetId
Identifier for a Facet
RasterFacet
A facet constructed with a raster, style and size.
RectangleFacet
A facet that renders a colored rectangle.
RiveFacet
A facet constructed with the contents of a Rive animation file.
SetBackgroundColorMessage
Message used to set the background color on a facet
SetColorMessage
Message used to set the color on a facet
SetCornerRadiusMessage
Message used to set the corner radius of a facet
SetSizeMessage
Message used to set the size of a facet
SetTextMessage
Message used to set the text on a facet
ShedFacet
A facet constructed with the contents of a Shed vector image file.
SpacingFacet
A facet that occupies space without rendering.
TextFacet
A facet that renders text.
TextFacetOptions
Options for a text facet.

Enums§

TextHorizontalAlignment
Enum for specifying text horizontal alignment.
TextVerticalAlignment
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§

FacetPtr
A reference to a struct implementing Facet.