Source code
Revision control
Copy as Markdown
Other Tools
//! the [GDEF] table
//!
pub use super::layout::{ClassDef, CoverageTable, DeviceOrVariationIndex};
use super::variations::ItemVariationStore;
#[cfg(test)]
#[path = "../tests/test_gdef.rs"]
mod tests;
include!("../../generated/generated_gdef.rs");