pub type Glyf<'a> = TableRef<'a, GlyfMarker>;
Expand description
The glyf (Glyph Data) table
Aliased Type§
pub struct Glyf<'a> {
pub(crate) shape: GlyfMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: GlyfMarker
§data: FontData<'a>
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>