zaplib_vector/
lib.rs

1//! Vector graphics helper functions, mostly for working with fonts.
2//!
3//! For internal Zaplib use, unless you know what you're doing.
4
5pub mod font;
6pub mod geometry;
7pub mod internal_iter;
8pub mod path;
9pub mod trapezoidator;
10pub mod ttf_parser;