PgFontset.foreach_

Iterates through all the fonts in a fontset, calling func for each one. If func returns TRUE, that stops the iteration.

class PgFontset
void
foreach_

Parameters

func PangoFontsetForeachFunc

Callback function

data void*

data to pass to the callback function

Meta