1
2
3
4
5
6
7
8
9
//! The [glyph-definition table][1].
//!
//! [1]: https://www.microsoft.com/typography/otspec/GDEF.htm

mod element;
mod table;

pub use self::element::*;
pub use self::table::*;