Gtk.FontChooser::get_font_face

function vfunc_get_font_face():Pango.FontFace {
}

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

If the selected font is not installed, returns null.

Since 3.2

Returns

A Pango.FontFace representing the selected font group details, or null. The returned object is owned by fontchooser and must not be modified or freed.