Function
PangoXftrender_layout
since: 1.8
Declaration [src]
void
pango_xft_render_layout (
  XftDraw* draw,
  XftColor* color,
  PangoLayout* layout,
  int x,
  int y
)
Parameters
- draw
- 
            Type: XftDrawAn XftDraw. The data is owned by the caller of the function. 
- color
- 
            Type: XftColorThe foreground color in which to draw the layout (may be overridden by color attributes) The data is owned by the caller of the function. 
- layout
- 
            Type: PangoLayoutA PangoLayoutThe data is owned by the caller of the function. 
- x
- 
            Type: intThe X position of the left of the layout (in Pango units) 
- y
- 
            Type: intThe Y position of the top of the layout (in Pango units)