Trait read_fonts::TopLevelTable
source · pub trait TopLevelTable {
const TAG: Tag;
}Expand description
A table that has an associated tag.
This is true of top-level tables, but not their various subtables.
pub trait TopLevelTable {
const TAG: Tag;
}A table that has an associated tag.
This is true of top-level tables, but not their various subtables.