Package ch.bailu.gtk.pango
Interface Fontset.OnFontsetForeachFunc
- Enclosing class:
- Fontset
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onFontsetForeachFunc
(CallbackHandler __self, Fontset fontset, Font font, Pointer user_data) Callback used when enumerating fonts in a fontset.
-
Method Details
-
onFontsetForeachFunc
boolean onFontsetForeachFunc(CallbackHandler __self, @Nonnull Fontset fontset, @Nonnull Font font, @Nullable Pointer user_data) Callback used when enumerating fonts in a fontset.
See [method@Pango.Fontset.foreach].- Parameters:
fontset
- a `PangoFontset`font
- a font from @fontsetuser_data
- callback data- Returns:
- if %TRUE, stop iteration and return immediately.
-