Constructor
PangoXftRenderernew
Declaration [src]
PangoRenderer*
pango_xft_renderer_new (
  Display* display,
  int screen
)
Description [src]
Create a new PangoXftRenderer to allow rendering Pango objects
with the Xft library.
You must call pango_xft_renderer_set_draw() before
using the renderer.
| Available since: | 1.8 | 
Parameters
| display | Display | 
| An X display. | |
| The data is owned by the caller of the function. | |
| screen | int | 
| The index of the screen for  | 
Return value
| Returns: | PangoRenderer | 
| The newly created  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |