[ Version ( since = "1.4" ) ]
public virtual void @foreach (FontsetForeachFunc func)
Iterates through all the fonts in a fontset, calling func for each one.
If func returns true, that stops the iteration.
| this |
a `PangoFontset` |
| func |
Callback function |
| data |
data to pass to the callback function |