Struct direct_gui::FontSettings [] [src]

pub struct FontSettings {
    pub start: char,
    pub char_size: (usize, usize),
    pub leading_offset: i32,
    pub mask_color: Color,
}

Fields

Trait Implementations

impl Debug for FontSettings
[src]

[src]

Formats the value using the given formatter.

impl Copy for FontSettings
[src]

impl Clone for FontSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more