Type Alias Lookup4

pub type Lookup4<'a> = TableRef<'a, Lookup4Marker>;
Expand description

Segment array format. A segment mapping is performed (as with Format 2), but instead of a single lookup value for all the glyphs in the segment, each glyph in the segment gets its own separate lookup value.

Aliased Typeยง

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