#799095 fontconfig: installing a new font changes display size of all text

Package:
fontconfig
Source:
fontconfig
Description:
generic font configuration library - support binaries
Submitter:
Adam Borowski
Date:
2015-09-15 20:12:06 UTC
Severity:
normal
#799095#5
Date:
2015-09-15 20:09:50 UTC
From:
To:
When I install a new font, or even just put a bogus file in a font
directory, all text increases in size.  This effect lasts until the end
of the X session; subsequent font installations have no apparent effect
(I guess the size gets re-changed to the same value).

For example, a full-screen terminal with size 16 Consolas:
[~]$ stty -a
[...]; rows 48; columns 126; [...]
[~]# touch /usr/local/share/fonts/foo.ttf
[~]$ stty -a
[...]; rows 43; columns 105; [...]