GtkFontFilterFunc

The type of function that is used for deciding what fonts get shown in a GtkFontChooser.

See [method@Gtk.FontChooser.set_filter_func].

alias GtkFontFilterFunc = int function(PangoFontFamily* family, PangoFontFace* face, void* data)

Return Value

%TRUE if the font should be displayed

Meta