Function
PangoXftget_context
Declaration [src]
PangoContext*
pango_xft_get_context (
Display* display,
int screen
)
Description [src]
Retrieves a PangoContext
appropriate for rendering with
Xft fonts on the given screen of the given display.
Deprecated since: | 1.22 |
Use | |
This function is not directly available to language bindings |
Parameters
display
-
Type:
Display
An X display.
The data is owned by the caller of the function. screen
-
Type:
int
An X screen.
Return value
Type: PangoContext
The new PangoContext
.
The data is owned by the called function. |