pub type Lookup0<'a> = TableRef<'a, Lookup0Marker>;
Expand description
Simple array format. The lookup data is an array of lookup values, indexed by glyph index.
Aliased Type§
pub struct Lookup0<'a> {
pub(crate) shape: Lookup0Marker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: Lookup0Marker
§data: FontData<'a>