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:
7497033
)
(compose_glyph_string): Fix previous change.
author
handa
<handa>
Thu, 6 May 2004 12:08:11 +0000
(12:08 +0000)
committer
handa
<handa>
Thu, 6 May 2004 12:08:11 +0000
(12:08 +0000)
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
87b3f59
..
348e365
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-395,7
+395,10
@@
compose_glyph_string (MFrame *frame, MText *mt, int from, int to,
!= MCHAR_INVALID_CODE))));
i++, g++)
if (g->rface->rfont != this->rface->rfont)
- g->code = code;
+ {
+ g->rface->rfont = this->rface->rfont;
+ g->code = code;
+ }
i = mfont__flt_run (gstring, start, i, this->rface);
}
else