pangoFontsetForeach {RGtk2}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

a PangoFontset

func

Callback function

data

data to pass to the callback function

Details

Since 1.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]