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§
Structs§
- PnmExporter
- Simple bitmap exporter for when you just need to see what happened