Trait pango::FontsetExt [] [src]

pub trait FontsetExt {
    fn get_font(&self, wc: u32) -> Option<Font>;
    fn get_metrics(&self) -> Option<FontMetrics>;
}

Required Methods

Implementors