Gtk.FontButton.prototype.set_show_size

function set_show_size(show_size:Boolean):void {
    // Gjs wrapper for gtk_font_button_set_show_size()
}

If show_size is true, the font size will be displayed along with the name of the selected font.

Since 2.4

show_size

true if font size should be displayed in dialog.