GtkFontFilterFunc

The type of function that is used for deciding what fonts get shown in a #GtkFontChooser. See gtk_font_chooser_set_filter_func().

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

Return Value

%TRUE if the font should be displayed

Meta