Function

PangoXft.Font.get_font

Declaration [src]

XftFont*
pango_xft_font_get_font (
  PangoFont* font
)

Description [src]

Returns the XftFont of a font.

Parameters

font PangoFont*
 

a PangoFont

 Can be NULL
 The data is owned by the caller of the function

Return value

Returns: XftFont*

the XftFont associated to font

The data is owned by the called function
Can be NULL