diff src/ChangeLog @ 111038:8d403fa5e77d

Fix incorrect font metrics when the same font is opened with different pixelsizes.
author Kenichi Handa <handa@m17n.org>
date Fri, 15 Oct 2010 16:49:11 +0900
parents 36726f009542
children 502ba24bf657
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 15 09:43:23 2010 +0900
+++ b/src/ChangeLog	Fri Oct 15 16:49:11 2010 +0900
@@ -1,3 +1,12 @@
+2010-10-15  Kenichi Handa  <handa@m17n.org>
+
+	Fix incorrect font metrics when the same font is opened with
+	different pixelsizes.
+
+	* xftfont.c: Include composite.h.
+	(xftfont_shape): New function.
+	(syms_of_xftfont): Set xftfont_driver.shape.
+
 2010-10-13  Damyan Pepper  <damyanp@gmail.com>
 
 	Fix handling of font properties on Windows (bug#6303).