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