Trait read_fonts::tables::variations::TupleDelta
source · pub trait TupleDelta: Sized + Copy {
// Required methods
fn is_point() -> bool;
fn new(position: u16, x: i32, y: i32) -> Self;
}
Expand description
Trait for deltas that are computed in a tuple variation store.
Required Methods§
Object Safety§
This trait is not object safe.