aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xftfont.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xftfont.c b/src/xftfont.c
index e0035808172..fa06d967369 100644
--- a/src/xftfont.c
+++ b/src/xftfont.c
@@ -211,6 +211,9 @@ xftfont_open (struct frame *f, Lisp_Object entity, int pixel_size)
211#ifdef FC_DUAL 211#ifdef FC_DUAL
212 && spacing != FC_DUAL 212 && spacing != FC_DUAL
213#endif /* FC_DUAL */ 213#endif /* FC_DUAL */
214#ifdef FC_CHARCELL
215 && spacing != FC_CHARCELL
216#endif /* FC_CHARCELL */
214 ) 217 )
215 { 218 {
216 font->min_width = font->max_width = font->average_width 219 font->min_width = font->max_width = font->average_width