pub type Glyf<'a> = TableRef<'a, GlyfMarker>;
The glyf (Glyph Data) table
pub struct Glyf<'a> { pub(crate) shape: GlyfMarker, pub(crate) data: FontData<'a>, }
shape: GlyfMarker
data: FontData<'a>
Self
glyf