get_font_family


Description:

[ Version ( since = "3.2" ) ]
public abstract unowned FontFamily? get_font_family ()

Gets the FontFamily representing the selected font family.

Font families are a collection of font faces.

If the selected font is not installed, returns null.

Parameters:

this

a FontChooser

Returns:

A FontFamily representing the selected font family, or null. The returned object is owned by this and must not be modified or freed.