Type Alias AatSubtable

pub type AatSubtable<'a> = TableRef<'a, AatSubtableMarker>;
Expand description

A subtable in an AAT kern table.

Aliased Typeยง

pub struct AatSubtable<'a> { /* private fields */ }