Method
GtkFontSelectionget_family
deprecated: 3.2 since: 2.14
Declaration [src]
PangoFontFamily*
gtk_font_selection_get_family (
GtkFontSelection* fontsel
)
Description [src]
Gets the PangoFontFamily
representing the selected font family.
Available since: 2.14
Deprecated since: 3.2
Use GtkFontChooser
.
Return value
Type: PangoFontFamily
A PangoFontFamily
representing the
selected font family. Font families are a collection of font
faces. The returned object is owned by fontsel
and must not
be modified or freed.
The returned data is owned by the instance. |