Expand description
Platform-agnostic rendering abstraction for uzor
Modules§
- icons
- SVG icon catalog for map rendering
Enums§
- Render
Op - Render instructions that can be serialized
- Text
Align - Text alignment for rendering
- Text
Baseline - Text baseline for rendering
Traits§
- Render
Context - Platform-agnostic rendering context
- Render
Context Ext - Extension trait for platform-specific blur features
Functions§
- crisp
- Make value crisp at device pixel boundaries
- crisp_
rect - Make rectangle crisp at device pixel boundaries
- draw_
svg_ icon - Draw an SVG icon scaled to fit within the given rectangle.
- draw_
svg_ icon_ rotated - Draw an SVG icon with rotation around its center using pure trigonometric rotation.
- execute_
ops - Execute render operations on a context
Type Aliases§
- Render
Ops - Collection of render operations