Skip to main content

Crate typf_export

Crate typf_export 

Source
Expand description

Where rendered text leaves the building: export formats for Typf

The final stage of the pipeline. Turns your carefully rendered glyphs into files, streams, or whatever format your application needs.

Re-exports§

pub use json::JsonExporter;
pub use png::encode_bitmap_to_png;
pub use png::PngExporter;
pub use svg::SvgExporter;

Modules§

json
JSON export format
png
PNG export format
svg
SVG export format

Structs§

PnmExporter
Simple bitmap exporter for when you just need to see what happened

Enums§

PnmFormat