Make sure that all the display faces use fonts of the
authorJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 03:07:10 +0000 (03:07 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 03:07:10 +0000 (03:07 +0000)
commit68a973351fcc8327e72ed65266983e946d0780d5
treec915567eedb5ce89e30b378ff6844297acce0396
parentdecb54c69005d5c0ffe96ea4fd4dbfb34d0540e5
Make sure that all the display faces use fonts of the
same dimensions as the default face, so as not to confuse the rest
of the redisplay code.
* xfaces.c (same_size_fonts): New function.
(merge_faces): Only merge in a new font from the FROM face if it
is the same size as the font in the TO face.
src/xfaces.c