Struct rich_sdl2_ttf_rust::font::pen::FontRenderOptions [−][src]
pub struct FontRenderOptions { /* fields omitted */ }
Expand description
Options to render the text for FontRenderExt::text
.
Implementations
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 FontRenderOptions
impl Send for FontRenderOptions
impl Sync for FontRenderOptions
impl Unpin for FontRenderOptions
impl UnwindSafe for FontRenderOptions
Blanket Implementations
Mutably borrows from an owned value. Read more