Trait pango::prelude::FontsetExt[][src]

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)[src]

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

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

Loading content...

Implementors

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

Loading content...