Type Alias Lookup6

pub type Lookup6<'a> = TableRef<'a, Lookup6Marker>;
Expand description

Single table format. The lookup data is a sorted list of <glyph index,lookup value> pairs.

Aliased Typeยง

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