Interface FontFaceClass.OnDescribe

Enclosing class:
FontFaceClass
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 FontFaceClass.OnDescribe
  • Method Details

    • onDescribe

      FontDescription onDescribe(CallbackHandler __self, @Nonnull FontFace face)
      Parameters:
      face - a `PangoFontFace`
      Returns:
      a newly-created `PangoFontDescription` structure holding the description of the face. Use [method@Pango.FontDescription.free] to free the result.