Interface FontFaceClass.OnGetFaceName

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.OnGetFaceName
  • Method Details

    • onGetFaceName

      Str onGetFaceName(CallbackHandler __self, @Nonnull FontFace face)
      Parameters:
      face - a `PangoFontFace`.
      Returns:
      the face name for the face. This string is owned by the face object and must not be modified or freed.