read_fonts::tables::ift

Type Alias MappingEntries

Source
pub type MappingEntries<'a> = TableRef<'a, MappingEntriesMarker>;

Aliased Type§

struct MappingEntries<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> MappingEntries<'a>

Source

pub fn entry_data(&self) -> &'a [u8]

Trait Implementations§

Source§

impl<'a> FontRead<'a> for MappingEntries<'a>

Source§

fn read(data: FontData<'a>) -> Result<Self, ReadError>

Read an instance of Self from the provided data, performing validation. Read more