FontsetForeachFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "1.4" ) ]
public delegate bool FontsetForeachFunc (Fontset fontset, Font font)

Callback used when enumerating fonts in a fontset.

See [method@Pango.Fontset.foreach].

Parameters:

fontset

a `PangoFontset`

font

a font from fontset

user_data

callback data

Returns:

if true, stop iteration and return immediately.


Namespace: Pango
Package: pango