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>Implementations§
Source§impl PaintSolid<'_>
impl PaintSolid<'_>
fn v1_closure(&self, c: &mut Colrv1ClosureContext<'_>)
Trait Implementations§
Source§impl<'a> Debug for PaintSolid<'a>
Available on crate feature experimental_traverse only.
impl<'a> Debug for PaintSolid<'a>
Available on crate feature
experimental_traverse only.