[][src]Trait pango::FontsetExt

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

Required methods

fn foreach<P: FnMut(&Fontset, &Font) -> bool>(&self, func: P)

fn get_font(&self, wc: u32) -> Option<Font>

fn get_metrics(&self) -> Option<FontMetrics>

Loading content...

Implementors

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

Loading content...