Type Definition read_fonts::layout::Lookup

source · []
pub type Lookup<'a, T> = TableRef<'a, LookupMarker<T>>;
Expand description

Implementations

Different enumerations for GSUB and GPOS

Lookup qualifiers

Number of subtables for this lookup

Array of offsets to lookup subtables, from beginning of Lookup table

Attempt to resolve subtable_offsets.

Index (base 0) into GDEF mark glyph sets structure. This field is only present if the USE_MARK_FILTERING_SET lookup flag is set.

Trait Implementations

Formats the value using the given formatter. Read more
Read an instace of Self from the provided data, performing validation. Read more
The name of this table
Access this table’s fields, in declaration order.