Colin Rafferty <craffert(a)ms.com> writes:
I have a patch for `x-make-font-bold-italic' to work properly,
but I
don't see how to get the italic/bold/bold-italic fonts set after
.emacs.
Calling (x-init-global-faces) should work, or even just explicitly
remaking the italic fonts.
(which is why it works with customize. Here 'reset-face' is actually
useful :-) )
However IMHO it would be a nice idea if the splash screen used its own
faces to avoid instantiating the fonts too early.
The real way to solve this would be with a true font model such that
boldness (or better font-weight) would be a property just like a
color.
Jan