Enum sdl2_ttf::Hinting [] [src]

pub enum Hinting {
    Normal,
    Light,
    Mono,
    None,
}

Information about the hinting of a font. See wikipedia

Variants

Trait Implementations

impl Debug for Hinting
[src]

Formats the value using the given formatter.

impl PartialEq for Hinting
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Hinting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more