pangoFontsetForeach {RGtk2.10}R Documentation

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

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

Details

Since 1.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]