pub trait FontChooserExtManual: 'static {
    fn unset_filter_func(&self);
}
Expand description

Trait containing manually implemented methods of FontChooser.

Required methods

Implementors