Glyf

Type Alias Glyf 

Source
pub type Glyf<'a> = TableRef<'a, GlyfMarker>;
Expand description

Aliased Type§

pub struct Glyf<'a> {
    pub(crate) shape: GlyfMarker,
    pub(crate) data: FontData<'a>,
}

Fields§

§shape: GlyfMarker§data: FontData<'a>

Trait Implementations§

Source§

impl<'a> FontRead<'a> for Glyf<'a>

Source§

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

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

impl TopLevelTable for Glyf<'_>

Source§

const TAG: Tag

glyf