pub type PaintScale<'a> = TableRef<'a, PaintScaleMarker>;Expand description
PaintScale table
Aliased Type§
pub struct PaintScale<'a> {
pub(crate) shape: PaintScaleMarker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: PaintScaleMarker§data: FontData<'a>Implementations§
Source§impl PaintScale<'_>
impl PaintScale<'_>
fn v1_closure(&self, c: &mut Colrv1ClosureContext<'_>)
Source§impl<'a> PaintScale<'a>
impl<'a> PaintScale<'a>
Sourcepub fn paint_offset(&self) -> Offset24
pub fn paint_offset(&self) -> Offset24
Offset to a Paint subtable.
Trait Implementations§
Source§impl<'a> Debug for PaintScale<'a>
Available on crate feature experimental_traverse only.
impl<'a> Debug for PaintScale<'a>
Available on crate feature
experimental_traverse only.