Type Alias read_fonts::tables::ift::EntryData

source ·
pub type EntryData<'a> = TableRef<'a, EntryDataMarker>;

Aliased Type§

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

Implementations§

source§

impl<'a> EntryData<'a>

source

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

A constructor that requires additional arguments.

This type requires some external state in order to be parsed.

source§

impl<'a> EntryData<'a>

Trait Implementations§

source§

impl<'a> Debug for EntryData<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> FontReadWithArgs<'a> for EntryData<'a>

source§

fn read_with_args( data: FontData<'a>, args: &Offset32, ) -> Result<Self, ReadError>

read an item, using the provided args. Read more
source§

impl ReadArgs for EntryData<'_>

source§

impl<'a> SomeTable<'a> for EntryData<'a>

source§

fn type_name(&self) -> &str

The name of this table
source§

fn get_field(&self, idx: usize) -> Option<Field<'a>>

Access this table’s fields, in declaration order.