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