Trait pango::FontsetExt [−][src]
pub trait FontsetExt {
fn get_font(&self, wc: u32) -> Option<Font>;
fn get_metrics(&self) -> Option<FontMetrics>;
}pub trait FontsetExt {
fn get_font(&self, wc: u32) -> Option<Font>;
fn get_metrics(&self) -> Option<FontMetrics>;
}fn get_font(&self, wc: u32) -> Option<Font>fn get_metrics(&self) -> Option<FontMetrics>