changeset 100166:03bc92681181

(font_update_lface): Handle fonts with corrupted size specs, i.e. non-int and non-float.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 03 Dec 2008 05:16:18 +0000
parents 7add351b47c9
children b80052504b85
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Dec 03 05:10:50 2008 +0000
+++ b/src/ChangeLog	Wed Dec 03 05:16:18 2008 +0000
@@ -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.