Crate orbtk_tinyskia

Source
Expand description

This module provides the render environment.

OrbTk has choosen the tinyskia crate to handle all 2D rendering tasks. Implemented as wrapper functions, it consumes the native rendering functions provided from tinyskia.

Re-exports§

pub use tinyskia::*;

Modules§

prelude
Pre-selects commonly used OrbTk crates and put them into scope.
tinyskia
Wrapper consuming tinyskia functions.
utils
Handles helper utilities and global methods.

Structs§

FontConfig
Internal font helper.
RenderConfig
Defines the current configuration of the render ctx.
RenderTarget
Structure used to define render targets.
TextMetrics
The TextMetrics struct represents the dimension of a text.

Traits§

PipelineTrait
Used to implement a custom render pipeline.
RenderPipeline