pub type PaintScaleUniform<'a> = TableRef<'a, PaintScaleUniformMarker>;Expand description
PaintScaleUniform table
Aliased Type§
pub struct PaintScaleUniform<'a> {
pub(crate) shape: PaintScaleUniformMarker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: PaintScaleUniformMarker§data: FontData<'a>Implementations§
Source§impl PaintScaleUniform<'_>
impl PaintScaleUniform<'_>
fn v1_closure(&self, c: &mut Colrv1ClosureContext<'_>)
Source§impl<'a> PaintScaleUniform<'a>
impl<'a> PaintScaleUniform<'a>
Trait Implementations§
Source§impl<'a> Debug for PaintScaleUniform<'a>
Available on crate feature experimental_traverse only.
impl<'a> Debug for PaintScaleUniform<'a>
Available on crate feature
experimental_traverse only.