Function
PangoXftFontget_font
Declaration [src]
XftFont*
pango_xft_font_get_font (
PangoFont* font
)
Description [src]
Returns the XftFont
of a font.
This function is not directly available to language bindings.
Parameters
font
-
Type:
PangoFont
A
PangoFont
.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: XftFont
The XftFont
associated to font
.
The data is owned by the called function. |
The return value can be NULL . |