Method

PangoFontget_face

Declaration [src]

PangoFontFace*
pango_font_get_face (
  PangoFont* font
)

Description [src]

Gets the PangoFontFace to which font belongs.

Note that this function can return NULL in cases where the font outlives its font map.

Available since:1.46

Return value

Returns: PangoFontFace
 

The PangoFontFace

 The data is owned by the instance.
 The return value can be NULL.