Enum rich_sdl2_ttf_rust::font::RenderMode [−][src]
pub enum RenderMode { Solid { foreground: Rgba, }, Shaded { foreground: Rgba, background: Rgba, }, Blended { foreground: Rgba, }, }
Expand description
A render mode for the font glyphs.
Variants
A quick and dirty mode.
A slow and nice, but with a solid box mode.
A too slow, but ultra nice over others.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RenderMode
impl Send for RenderMode
impl Sync for RenderMode
impl Unpin for RenderMode
impl UnwindSafe for RenderMode
Blanket Implementations
Mutably borrows from an owned value. Read more