webtype 0.19.0

The package provides a parser for fonts in Web Open Font Format.
Documentation
1
2
3
4
5
6
7
//! The [Web Open Font Format][1] of version 1.0.
//!
//! [1]: https://www.w3.org/TR/WOFF/

mod file_header;

pub use file_header::FileHeader;