Struct nuklear::FontConfig [−][src]
#[repr(C)]pub struct FontConfig { /* fields omitted */ }
Methods
impl FontConfig[src]
impl FontConfigpub fn with_size(pixel_height: f32) -> FontConfig[src]
pub fn with_size(pixel_height: f32) -> FontConfigpub fn is_ttf_data_owned_by_atlas(&self) -> bool[src]
pub fn is_ttf_data_owned_by_atlas(&self) -> boolpub fn size(&self) -> f32[src]
pub fn size(&self) -> f32pub fn oversample_v(&self) -> u8[src]
pub fn oversample_v(&self) -> u8pub fn oversample_h(&self) -> u8[src]
pub fn oversample_h(&self) -> u8pub fn glyph_range(&self) -> Option<&[(u32, u32)]>[src]
pub fn glyph_range(&self) -> Option<&[(u32, u32)]>pub fn padding(&self) -> [u8; 3][src]
pub fn padding(&self) -> [u8; 3]pub fn fallback_glyph(&self) -> char[src]
pub fn fallback_glyph(&self) -> charpub fn spacing(&self) -> &Vec2[src]
pub fn spacing(&self) -> &Vec2pub fn coord_type(&self) -> &FontCoordType[src]
pub fn coord_type(&self) -> &FontCoordTypepub fn is_pixel_snap(&self) -> bool[src]
pub fn is_pixel_snap(&self) -> boolpub fn is_merge_mode(&self) -> bool[src]
pub fn is_merge_mode(&self) -> boolpub fn set_ttf_data_owned_by_atlas(&mut self, yes: bool)[src]
pub fn set_ttf_data_owned_by_atlas(&mut self, yes: bool)pub fn set_size(&mut self, size: f32)[src]
pub fn set_size(&mut self, size: f32)pub fn set_oversample_v(&mut self, v: u8)[src]
pub fn set_oversample_v(&mut self, v: u8)pub fn set_oversample_h(&mut self, h: u8)[src]
pub fn set_oversample_h(&mut self, h: u8)pub fn set_glyph_range<'a>(&'a mut self, ranges: &'a [(u32, u32)])[src]
pub fn set_glyph_range<'a>(&'a mut self, ranges: &'a [(u32, u32)])pub fn set_ttf<'a>(&'a mut self, font_bytes: &'a [u8])[src]
pub fn set_ttf<'a>(&'a mut self, font_bytes: &'a [u8])pub fn set_padding(&mut self, p: [u8; 3])[src]
pub fn set_padding(&mut self, p: [u8; 3])pub fn set_fallback_glyph(&mut self, g: char)[src]
pub fn set_fallback_glyph(&mut self, g: char)pub fn set_spacing(&mut self, s: Vec2)[src]
pub fn set_spacing(&mut self, s: Vec2)pub fn set_coord_type(&mut self, t: FontCoordType)[src]
pub fn set_coord_type(&mut self, t: FontCoordType)pub fn set_pixel_snap(&mut self, s: bool)[src]
pub fn set_pixel_snap(&mut self, s: bool)pub fn set_merge_mode(&mut self, m: bool)[src]
pub fn set_merge_mode(&mut self, m: bool)Trait Implementations
impl Clone for FontConfig[src]
impl Clone for FontConfigfn clone(&self) -> FontConfig[src]
fn clone(&self) -> FontConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FontConfig[src]
impl Debug for FontConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_font_config> for FontConfig[src]
impl AsRef<nk_font_config> for FontConfigfn as_ref(&self) -> &nk_font_config[src]
fn as_ref(&self) -> &nk_font_configPerforms the conversion.
impl AsMut<nk_font_config> for FontConfig[src]
impl AsMut<nk_font_config> for FontConfigfn as_mut(&mut self) -> &mut nk_font_config[src]
fn as_mut(&mut self) -> &mut nk_font_configPerforms the conversion.
impl AsRef<FontConfig> for nk_font_config[src]
impl AsRef<FontConfig> for nk_font_configfn as_ref(&self) -> &FontConfig[src]
fn as_ref(&self) -> &FontConfigPerforms the conversion.
impl AsMut<FontConfig> for nk_font_config[src]
impl AsMut<FontConfig> for nk_font_configfn as_mut(&mut self) -> &mut FontConfig[src]
fn as_mut(&mut self) -> &mut FontConfigPerforms the conversion.
impl Default for FontConfig[src]
impl Default for FontConfigAuto Trait Implementations
impl !Send for FontConfig
impl !Send for FontConfigimpl !Sync for FontConfig
impl !Sync for FontConfig