Function
GtkFontFilterFunc
Declaration
gboolean
(* GtkFontFilterFunc) (
  const PangoFontFamily* family,
  const PangoFontFace* face,
  gpointer data
)
Description [src]
The type of function that is used for deciding what fonts get
shown in a GtkFontChooser.
Parameters
- family
- 
            Type: PangoFontFamilyA PangoFontFamilyThe data is owned by the caller of the function. 
- face
- 
            Type: PangoFontFaceA PangoFontFacebelonging tofamily.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerUser data passed to gtk_font_chooser_set_filter_func()The argument can be NULL.The data is owned by the caller of the function.