pub type Lookup6<'a> = TableRef<'a, Lookup6Marker>;
Single table format. The lookup data is a sorted list of <glyph index,lookup value> pairs.
pub struct Lookup6<'a> { /* private fields */ }