Ubuntu – How do I use the GtkFontDialog in gtk4?
I want to use font dialog on gtk4. This is how I did it for gtk3 using GtkFontChooserDialog-- static gboolean filter_font_cb (const PangoFontFamily *family, const PangoFontFace *face, gpointer data) { const char *alias_families[] = { "DejaVu Sans Mono", "FreeMono", "Liberation…