Skip to main content

Crate plotkit_render_skia

Crate plotkit_render_skia 

Source
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§

SkiaRenderer
A renderer that produces PNG output via tiny-skia CPU rasterization.

Constants§

DEFAULT_FONT_FAMILY
The default font family name embedded in the binary.