read_fonts::tables::ift

Type Alias TablePatch

Source
pub type TablePatch<'a> = TableRef<'a, TablePatchMarker>;
Expand description

Aliased Type§

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

Implementations§

Source§

impl<'a> TablePatch<'a>

Source

pub fn tag(&self) -> Tag

Source

pub fn flags(&self) -> TablePatchFlags

Source

pub fn max_uncompressed_length(&self) -> u32

Source

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

Trait Implementations§

Source§

impl<'a> FontRead<'a> for TablePatch<'a>

Source§

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

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