Type Alias Lookup2

pub type Lookup2<'a> = TableRef<'a, Lookup2Marker>;
Expand description

Segment single format. Each non-overlapping segment has a single lookup value that applies to all glyphs in the segment. A segment is defined as a contiguous range of glyph indexes.

Aliased Typeยง

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