Skip to main content

Crate widgetkit_render

Crate widgetkit_render 

Source
Expand description

Stable render surface: Canvas, text styles, and the software renderer. WidgetKit routes drawing through an explicit RenderFrame command model, while keeping direct low-level access behind the Canvas::experimental_raw escape hatch.

Structs§

Canvas
ClearCommand
ClipCommand
Fill
FillCommand
ImageCommand
Paint
RawCanvas
RenderFrame
SoftwareRenderer
Stroke
StrokeCommand
TextCommand
TextMetrics
TextStyle
Transform
TransformCommand

Enums§

ClipPrimitive
FillShape
ImageSource
RenderCommand
StateCommand
StrokeShape
TextAlign
TextBaseline

Traits§

RenderSurface
Renderer