]> git.eshelyaron.com Git - emacs.git/commit
Try non-scaled xld fonts first, and scaled if that failed.
authorDima Kogan <dima@secretsauce.net>
Mon, 9 Feb 2015 14:52:48 +0000 (15:52 +0100)
committerJan D <jhd@f20.localdomain>
Mon, 9 Feb 2015 14:52:48 +0000 (15:52 +0100)
commit054dcbab2414e72d7c743214b7c56408fa4912dd
tree1f8d6fe8ad842b88ec618fd94a49c88ac3402046
parent83e5a17c3492f6d0bc79457624e69a1655ccb238
Try non-scaled xld fonts first, and scaled if that failed.

Fixes: debbugs:19117
* xfaces.c (realize_basic_faces): Don't set Qscalable_fonts_allowed to
t.
* font.c (font_score): Try to find a font without scaling first,
and only accept scalable fonts if we did not get a match.
src/ChangeLog
src/xfaces.c
src/xfont.c