pub type DeltaSetIndexMapFormat1<'a> = TableRef<'a, DeltaSetIndexMapFormat1Marker>;
Expand description
The DeltaSetIndexMap table format 1
Aliased Type§
pub struct DeltaSetIndexMapFormat1<'a> {
pub(crate) shape: DeltaSetIndexMapFormat1Marker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: DeltaSetIndexMapFormat1Marker
§data: FontData<'a>
Implementations§
Source§impl<'a> DeltaSetIndexMapFormat1<'a>
impl<'a> DeltaSetIndexMapFormat1<'a>
Sourcepub fn entry_format(&self) -> EntryFormat
pub fn entry_format(&self) -> EntryFormat
A packed field that describes the compressed representation of delta-set indices. See details below.