Trait read_fonts::tables::variations::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§