Gtk.FontSelection.prototype.get_face

function get_face():Pango.FontFace {
    // Gjs wrapper for gtk_font_selection_get_face()
}

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

Since 2.14

Returns

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