FontDialog.setFilter
void setFilter(gtk.filter.Filter filter = null)Adds a filter that decides which fonts to display in the font chooser dialog.
The gtk.filter.Filter must be able to handle both pango.font_family.FontFamily and pango.font_face.FontFace objects.
Parameters
filter | a gtk.filter.Filter |