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
start: char
char_size: (usize, usize)
leading_offset: i32
mask_color: Color
Trait Implementations
impl Debug for FontSettings[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for FontSettings[src]
impl Clone for FontSettings[src]
fn clone(&self) -> FontSettings[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more