Skip to content

Draft: Refresh list of fonts

Mike Kowalski requested to merge mkov/inkscape:mikekov/fix2151-fonts into master

This is a fix for issue inbox#2151 (moved)

I added a new button "Refresh fonts" in "Text and Font" dialog. Users can add/delete fonts using font manager (either system-wide or personal fonts). To make Inkscape reflect those changes manual refresh is necessary by pressing this button:

image

Internally Pango is directed to re-query list of available fonts.

Merge request reports