Enum freetype::face::KerningMode
source · #[repr(u32)]
pub enum KerningMode {
KerningDefault,
KerningUnfitted,
KerningUnscaled,
}
Variants§
Trait Implementations§
source§impl Clone for KerningMode
impl Clone for KerningMode
source§fn clone(&self) -> KerningMode
fn clone(&self) -> KerningMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more