Skip to main content

Crate widgetkit_render

Crate widgetkit_render 

Source
Expand description

Stable render surface: Canvas, text styles, and the software renderer.

The command/frame pipeline is intentionally exposed only through unstable. It exists so WidgetKit can evolve renderer backends and tests without treating raw render internals as a stable application-facing contract.

Modules§

unstable
Unstable render internals.

Structs§

Canvas
SoftwareRenderer
Stroke
TextMetrics
TextStyle

Enums§

TextAlign
TextBaseline

Traits§

RenderSurface
Low-level pixel surface consumed by renderer backends.
Renderer
Low-level renderer backend contract.