Trait ux::prelude::FontsetExt[][src]

pub trait FontsetExt: 'static {
    pub fn foreach<P>(&self, func: P)
    where
        P: FnMut(&Fontset, &Font) -> bool
;
pub fn get_font(&self, wc: u32) -> Option<Font>;
pub fn get_metrics(&self) -> Option<FontMetrics>; }

Required methods

pub fn foreach<P>(&self, func: P) where
    P: FnMut(&Fontset, &Font) -> bool
[src]

pub fn get_font(&self, wc: u32) -> Option<Font>[src]

pub fn get_metrics(&self) -> Option<FontMetrics>[src]

Loading content...

Implementors

impl<O> FontsetExt for O where
    O: IsA<Fontset>, 
[src]

Loading content...