Erik Arneson <erik(a)starseed.com> writes:
Please give me the values of
(face-font 'default)
(specifier-spec-list (face-font 'default))
(face-font 'italic)
(specifier-spec-list (face-font 'italic))
just before and just after your custom settings are applied. Please
also give your custom settings.
They looked just fine before the upgrade. Any idea what could be
causing this?
I don't have the time to work on it for the next few days, but if
there is anybody brave enough:
This is probably because frob-face-property is to able to handle the
proper way of doing the fonts. In particular the locale = nil case
should _merge_ the fall-back specifier it got from the default font in
with the font specifier and not just throw the specifier away. (The
problem is that 'italic' has only a device specific specifier, but no
global one).
Jan