1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(font_update_lface): Handle fonts with corrupted size specs,

i.e. non-int and non-float.
This commit is contained in:
Chong Yidong 2008-12-03 05:16:18 +00:00
parent d03b5cdb8c
commit ba207571de

View File

@ -1,6 +1,8 @@
2008-12-03 Chong Yidong <cyd@stupidchicken.com>
* font.c (Fopen_font): Compute pixel size correctly.
(font_update_lface): Handle fonts with corrupted size specs,
i.e. non-int and non-float.
* ftfont.c (ftfont_match): Initialize entity variable.
(ftfont_resolve_generic_family): Avoid using uninitialized var.