Package: gtk

Callback gtk-font-filter-func

Details

The callback function that is used for deciding what fonts get shown in a gtk-font-chooser object. See the function gtk-font-chooser-set-filter-func.
 lambda (family face)  
family
A pango-font-family object.
face
A pango-font-face object belonging to family.
Return
True if the font should be displayed.
 

See also

2021-1-31