Method

Pango.FontFace.get_face_name

Declaration [src]

const char*
pango_font_face_get_face_name (
  PangoFontFace* face
)

Description [src]

Gets a name representing the style of this face.

The name identifies the face among the different faces in the PangoFontFamily for the face. It is suitable for displaying to users.

Return value

Returns: const char*

the face name for the face. This string is owned by the face object and must not be modified or freed.

The data is owned by the called function
The string is a NUL terminated UTF-8 string