Fontset.foreach_

void foreach_(pango.types.FontsetForeachFunc func)

Iterates through all the fonts in a fontset, calling func for each one.

If func returns true, that stops the iteration.

Parameters

funcCallback function