read_fonts::tables::ift

Type Alias GlyphKeyedPatch

Source
pub type GlyphKeyedPatch<'a> = TableRef<'a, GlyphKeyedPatchMarker>;
Expand description

Aliased Type§

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

Implementations§

Source§

impl<'a> GlyphKeyedPatch<'a>

Source

pub fn format(&self) -> Tag

Source

pub fn flags(&self) -> GlyphKeyedFlags

Source

pub fn compatibility_id(&self) -> CompatibilityId

Source

pub fn max_uncompressed_length(&self) -> u32

Source

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

Trait Implementations§

Source§

impl<'a> FontRead<'a> for GlyphKeyedPatch<'a>

Source§

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

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