read_fonts::tables::glyf

Type Alias Glyf

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

Aliased Type§

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

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