Method

GtkFontSelectionget_face

deprecated: 3.2 since: 2.14

Declaration [src]

PangoFontFace*
gtk_font_selection_get_face (
  GtkFontSelection* fontsel
)

Description [src]

Gets the PangoFontFace representing the selected font group details (i.e. family, slant, weight, width, etc).

Available since: 2.14

Deprecated since: 3.2

Use GtkFontChooser.

Return value

Type: PangoFontFace

A PangoFontFace representing the selected font group details. The returned object is owned by fontsel and must not be modified or freed.

The returned data is owned by the instance.