Skip to main content

IKerningTable

Trait IKerningTable 

Source
pub trait IKerningTable: IObject {
    // Provided methods
    fn kerning_pairs(self) -> List_1<KerningPair> { ... }
    fn set_kerning_pairs(self, value: List_1<KerningPair>) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§