RGtk2 (version 2.20.31)

pangoFontsetForeach: pangoFontsetForeach

Description

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

Usage

pangoFontsetForeach(object, func, data)

Arguments

func
[PangoFontsetForeachFunc] Callback function
data
[R object] data to pass to the callback function

Details

Since 1.4