pub trait FontMapExtManual {
    fn get_font_type(&self) -> FontType;
}

Required Methods

Implementors