read_fonts::tables::variations

Trait FloatItemDeltaTarget

Source
pub trait FloatItemDeltaTarget {
    // Required method
    fn apply_float_delta(&self, delta: FloatItemDelta) -> f32;
}
Expand description

Trait for applying floating point item deltas to target values.

Required Methods§

Implementations on Foreign Types§

Source§

impl FloatItemDeltaTarget for F2Dot14

Source§

impl FloatItemDeltaTarget for Fixed

Source§

impl FloatItemDeltaTarget for FWord

Source§

impl FloatItemDeltaTarget for UfWord

Implementors§