PgFontset.foreac

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

class PgFontset
void
foreac

Parameters

func PangoFontsetForeachFunc

Callback function. [closure data][scope call]

data void*

data to pass to the callback function. closure

Meta