Struct ttf_parser::morx::Subtable
source · pub struct Subtable<'a> {
pub kind: SubtableKind<'a>,
pub coverage: Coverage,
pub feature_flags: u32,
}Expand description
A subtable in a metamorphosis chain.
Fields§
§kind: SubtableKind<'a>A subtable kind.
coverage: CoverageA subtable coverage.
feature_flags: u32Subtable feature flags.