[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "1.4" ) ]
public delegate bool FontsetForeachFunc (Fontset fontset, Font font)
Callback used when enumerating fonts in a fontset.
See [[email protected]].
fontset |
a `PangoFontset` |
font |
a font from |
user_data |
callback data |
if true, stop iteration and return immediately. |