Schnittstelle FontMapClass.OnLoadFont

Umschließende Klasse:
FontMapClass
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface FontMapClass.OnLoadFont
  • Methodendetails

    • onLoadFont

      Font onLoadFont(CallbackHandler __self, @Nonnull FontMap fontmap, @Nonnull Context context, @Nonnull FontDescription desc)
      Parameter:
      fontmap - a `PangoFontMap`
      context - the `PangoContext` the font will be used with
      desc - a `PangoFontDescription` describing the font to load
      Gibt zurück:
      the newly allocated `PangoFont` loaded, or %NULL if no font matched.