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>