FontFilterFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate bool FontFilterFunc (FontFamily family, FontFace face)
public delegate bool FontFilterFunc (FontFamily family, FontFace face)
The type of function that is used for deciding what fonts get shown in a FontChooser .
See set_filter_func.
Parameters:
family | |
face |
a FontFace belonging to |
data |
user data passed to set_filter_func |
Returns:
true if the font should be displayed |
Namespace: Gtk
Package: gtk+-3.0