From 9536f1526bf91611c1b21dc4fb2fe828fc6612f9 Mon Sep 17 00:00:00 2001 From: Dov Grobgeld Date: Mon, 4 Mar 2002 16:12:44 +0000 Subject: A correction of the last commit, as it did not do what I intended it to do. --- modules/hebrew/hebrew-shaper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hebrew/hebrew-shaper.c b/modules/hebrew/hebrew-shaper.c index d71f7c55..ef402143 100644 --- a/modules/hebrew/hebrew-shaper.c +++ b/modules/hebrew/hebrew-shaper.c @@ -344,7 +344,7 @@ hebrew_shaper_get_cluster_kerning(gunichar *cluster, ) && ((gl >= UNI_SHEVA && gl <= UNI_QAMATS) || gl == UNI_QUBUTS) - && width[i] < width[0] + && ink_rect[i].width < base_ink_width ) { x_offset[i] = base_ink_x_offset + base_ink_width -- cgit v1.2.1