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.