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 |
Return value
Returns: | PangoXftFontMap |
A |
|
The data is owned by the called function. |