Enum rich_sdl2_ttf_rust::font::FontHinting [−][src]
pub enum FontHinting { Normal, Light, Mono, None, LightSubpixel, }
Expand description
A hinting for a font.
Variants
Any hinting is not set.
A light hinting.
A monochrome hinting.
A disabled hinting.
A light and subpixel hinting.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontHinting
impl Send for FontHinting
impl Sync for FontHinting
impl Unpin for FontHinting
impl UnwindSafe for FontHinting
Blanket Implementations
Mutably borrows from an owned value. Read more