Function
PangoXftpicture_render
Declaration [src]
void
pango_xft_picture_render (
  Display* display,
  Picture src_picture,
  Picture dest_picture,
  PangoFont* font,
  PangoGlyphString* glyphs,
  gint x,
  gint y
)
Parameters
- display
- 
            Type: DisplayAn X display. The data is owned by the caller of the function. 
- src_picture
- 
            Type: PictureThe source picture to draw the string with. 
- dest_picture
- 
            Type: PictureThe destination picture to draw the string onto. 
- font
- 
            Type: PangoFontThe font in which to draw the string. The data is owned by the caller of the function. 
- glyphs
- 
            Type: PangoGlyphStringThe glyph string to draw. The data is owned by the caller of the function. 
- x
- 
            Type: gintThe x position of start of string (in pixels). 
- y
- 
            Type: gintThe y position of baseline (in pixels).