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

Pre-selects commonly used OrbTk crates and put them into scope.

Wrapper consuming tinyskia functions.

Handles helper utilities and global methods.

Structs

Internal font helper.

Defines the current configuration of the render ctx.

Structure used to define render targets.

The TextMetrics struct represents the dimension of a text.

Traits

Used to implement a custom render pipeline.