Type Alias read_fonts::tables::aat::Lookup6
source · pub type Lookup6<'a> = TableRef<'a, Lookup6Marker>;
Expand description
Single table format. The lookup data is a sorted list of <glyph index,lookup value> pairs.
Aliased Type§
struct Lookup6<'a> { /* private fields */ }
Implementations§
source§impl<'a> Lookup6<'a>
impl<'a> Lookup6<'a>
sourcepub fn search_range(&self) -> u16
pub fn search_range(&self) -> u16
The value of unitSize times the largest power of 2 that is less than or equal to the value of nUnits.
sourcepub fn entry_selector(&self) -> u16
pub fn entry_selector(&self) -> u16
The log base 2 of the largest power of 2 less than or equal to the value of nUnits.
sourcepub fn range_shift(&self) -> u16
pub fn range_shift(&self) -> u16
The value of unitSize times the difference of the value of nUnits minus the largest power of 2 less than or equal to the value of nUnits.
sourcepub fn entries_data(&self) -> &'a [u8] ⓘ
pub fn entries_data(&self) -> &'a [u8] ⓘ
Values, indexed by glyph index.