pangoFontsetForeach {RGtk2} | R Documentation |
Iterates through all the fonts in a fontset, calling func
for
each one. If func
returns TRUE
, that stops the iteration.
pangoFontsetForeach(object, func, data)
|
[PangoFontset ] a PangoFontset |
|
[PangoFontsetForeachFunc ] Callback function |
|
[R object] data to pass to the callback function |
Since 1.4
Derived by RGtkGen from GTK+ documentation