pub type BaseGlyphList<'a> = TableRef<'a, BaseGlyphListMarker>;
Expand description
BaseGlyphList table
Aliased Type§
pub struct BaseGlyphList<'a> {
pub(crate) shape: BaseGlyphListMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: BaseGlyphListMarker
§data: FontData<'a>