pub trait StyleContextExtManual: 'static {
    fn font(&self, state: StateFlags) -> FontDescription;
}

Required Methods

Implementors