• Robert Pluim's avatar
    Make GTK font chooser respect face-ignored-fonts · ca44f33b
    Robert Pluim authored
    * src/font.c (font_delete_unmatched): Move Vface_ignored_fonts
    matching to...
    (font_is_ignored): ..Here.  New function.
    * src/gtkutil.c (xg_font_filter): New function, uses font_is_ignored
    to filter fonts.
    (xg_get_font): Set GTK font chooser filter to xg_font_filter.
    * src/gtkutil.h: Add prototype for font_is_ignored.
    ca44f33b
font.c 157 KB