Enum freetype::face::KerningMode [] [src]

pub enum KerningMode {
    KerningDefault,
    KerningUnfitted,
    KerningUnscaled,
}

Variants

KerningDefaultKerningUnfittedKerningUnscaled

Trait Implementations

impl Clone for KerningMode
[src]

fn clone(&self) -> KerningMode

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for KerningMode
[src]