[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool FontFilterFunc (FontFamily family, FontFace face)
Warning: FontFilterFunc is deprecated since 4.20.
The type of function that is used for deciding what fonts get shown in a `GtkFontChooser`.
There is no replacement
See [method@Gtk.FontChooser.set_filter_func].
| family |
a `PangoFontFamily` |
| face |
a `PangoFontFace` belonging to |
| data |
user data passed to set_filter_func |
|
true if the font should be displayed |