From de5123bafca7f34f4895a7a5a9ba5ee6f03204eb Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 22 Nov 2007 12:05:56 +0000 Subject: [PATCH] (compose_glyph_string): Check g->rface->layouter, not g->rface->rfont->layouter. --- src/draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/draw.c b/src/draw.c index a1942d1..94de623 100644 --- a/src/draw.c +++ b/src/draw.c @@ -1,5 +1,5 @@ /* draw.c -- drawing module. - Copyright (C) 2003, 2004, 2005, 2006 + Copyright (C) 2003, 2004, 2005, 2006, 2007 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -566,7 +566,7 @@ compose_glyph_string (MFrame *frame, MText *mt, int from, int to, && g->g.c >= 0x100 && g->category == GLYPH_CATEGORY_MODIFIER && g->rface->rfont - && g->rface->rfont->layouter == Mnil) + && g->rface->layouter == Mnil) i++, g++; if (start + 1 < i) run_flt (gstring, start, i, this->rface->rfont, Mcombining); -- 1.7.10.4