Type Alias read_fonts::tables::variations::ItemVariationData
source · pub type ItemVariationData<'a> = TableRef<'a, ItemVariationDataMarker>;
Expand description
The ItemVariationData subtable
Aliased Type§
struct ItemVariationData<'a> { /* private fields */ }
Implementations§
source§impl<'a> ItemVariationData<'a>
impl<'a> ItemVariationData<'a>
sourcepub fn item_count(&self) -> u16
pub fn item_count(&self) -> u16
The number of delta sets for distinct items.
sourcepub fn word_delta_count(&self) -> u16
pub fn word_delta_count(&self) -> u16
A packed field: the high bit is a flag—see details below.
sourcepub fn region_index_count(&self) -> u16
pub fn region_index_count(&self) -> u16
The number of variation regions referenced.
sourcepub fn region_indexes(&self) -> &'a [BigEndian<u16>]
pub fn region_indexes(&self) -> &'a [BigEndian<u16>]
Array of indices into the variation region list for the regions referenced by this item variation data table.
sourcepub fn delta_sets(&self) -> &'a [u8] ⓘ
pub fn delta_sets(&self) -> &'a [u8] ⓘ
Delta-set rows.