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.

@FunctionalInterface public static interface Fontset.OnFontsetForeachFunc
  • 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 @fontset
      user_data - callback data
      Returns:
      if %TRUE, stop iteration and return immediately.