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