Function

PangoXftget_font_map

Declaration [src]

PangoFontMap*
pango_xft_get_font_map (
  Display* display,
  int screen
)

Description [src]

Returns the PangoXftFontMap for the given display and screen. The fontmap is owned by Pango and will be valid until the display is closed.

Available since:1.2

Parameters

display Display*
 

An X display.

 The data is owned by the caller of the function.
screen int
 

The screen number of a screen within display.

Return value

Returns: PangoFontMap*
 

A PangoFontMap object, owned by Pango.

 The data is owned by the called function.