Interface RendererClass.OnDrawGlyphs

Enclosing class:
RendererClass
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 RendererClass.OnDrawGlyphs
  • Method Details

    • onDrawGlyphs

      void onDrawGlyphs(CallbackHandler __self, @Nonnull Renderer renderer, @Nonnull Font font, @Nonnull GlyphString glyphs, int x, int y)
      Parameters:
      renderer - a `PangoRenderer`
      font - a `PangoFont`
      glyphs - a `PangoGlyphString`
      x - X position of left edge of baseline, in user space coordinates in Pango units.
      y - Y position of left edge of baseline, in user space coordinates in Pango units.