Enum ringraphics::ttf::Antialiasing[][src]

pub enum Antialiasing {
    None,
    Gray,
    LCD,
}

antialiasing types

NoAA -> no antialiasing GrayAA -> normal antialiasing LCDAA -> subpixel antialiasing

the antialiasing should be applied by the renderer, but the LCD type loads a 3 channels texture instead of 1

Variants

Trait Implementations

impl Clone for Antialiasing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Antialiasing
[src]

impl Debug for Antialiasing
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Antialiasing
[src]

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

This method tests for !=.

impl Eq for Antialiasing
[src]

Auto Trait Implementations

impl Send for Antialiasing

impl Sync for Antialiasing