@foreach
Description:
Iterates through all the fonts in a fontset, calling func
for each one.
If func
returns true, that stops the iteration.
Parameters:
this |
a `PangoFontset` |
func |
Callback function |
data |
data to pass to the callback function |