pub type PaintTransform<'a> = TableRef<'a, PaintTransformMarker>;
Expand description
PaintTransform table
Aliased Type§
pub struct PaintTransform<'a> {
pub(crate) shape: PaintTransformMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: PaintTransformMarker
§data: FontData<'a>
Implementations§
Source§impl PaintTransform<'_>
impl PaintTransform<'_>
fn v1_closure(&self, c: &mut Colrv1ClosureContext<'_>)
Source§impl<'a> PaintTransform<'a>
impl<'a> PaintTransform<'a>
Sourcepub fn paint_offset(&self) -> Offset24
pub fn paint_offset(&self) -> Offset24
Offset to a Paint subtable.
Sourcepub fn transform_offset(&self) -> Offset24
pub fn transform_offset(&self) -> Offset24
Offset to an Affine2x3 table.