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

pub enum KerningMode {
    KerningDefault,
    KerningUnfitted,
    KerningUnscaled,
}

Variants

Trait Implementations

impl Clone for KerningMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KerningMode
[src]