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.
Required Associated Constants§
Object Safety§
This trait is not object safe.