projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb775e
)
(compose_glyph_string): Call run_flt with Mcombining for
author
handa
<handa>
Mon, 12 Nov 2007 12:28:09 +0000
(12:28 +0000)
committer
handa
<handa>
Mon, 12 Nov 2007 12:28:09 +0000
(12:28 +0000)
combining characters.
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
70f1e5e
..
976b58b
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-569,7
+569,7
@@
compose_glyph_string (MFrame *frame, MText *mt, int from, int to,
&& g->rface->rfont->layouter == Mnil)
i++, g++;
if (start + 1 < i)
- run_flt (gstring, start, i, this->rface->rfont, Mt);
+ run_flt (gstring, start, i, this->rface->rfont, Mcombining);
else
mfont__get_metric (gstring, start, i);
}