glifparser 2.0.1

A parser and writer for UFO `.glif` files
Documentation
1
2
3
4
5
6
7
#![cfg(feature = "skia")]

mod to;
pub use to::*;

mod from;
pub use from::*;