Expand description
PNG rendering backend for plotkit using tiny-skia.
This crate provides CPU-based rasterization for producing PNG images.
It implements plotkit_core::renderer::Renderer using the tiny-skia library.
Text rendering is handled by cosmic-text with swash rasterization.
Structs§
- Skia
Renderer - A renderer that produces PNG output via tiny-skia CPU rasterization.
Constants§
- DEFAULT_
FONT_ FAMILY - The default font family name embedded in the binary.