FontsetForeachFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "1.4" ) ]
public delegate bool FontsetForeachFunc (Fontset fontset, Font font)
[ 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 |
user_data |
callback data |
Returns:
if true, stop iteration and return immediately. |
Namespace: Pango
Package: pango