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