Package ch.bailu.gtk.pango
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDrawGlyphs
(CallbackHandler __self, Renderer renderer, Font font, GlyphString glyphs, int x, int y)
-
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.
-