Virtual Method

Pango.Renderer.draw_glyphs

Declaration [src]

void
draw_glyphs (
  PangoRenderer* renderer,
  PangoFont* font,
  PangoGlyphString* glyphs,
  int x,
  int y
)

Description [src]

Draws the glyphs in glyphs with the specified PangoRenderer.

Parameters

font PangoFont
 

a PangoFont

 Ownership is not transferred to the callee
glyphs PangoGlyphString
 

a PangoGlyphString

 Ownership is not transferred to the callee
x int
 

X position of left edge of baseline, in user space coordinates in Pango units.

y int
 

Y position of left edge of baseline, in user space coordinates in Pango units.