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:
75671e2
)
(mdraw_glyph_list): Fix previous change.
author
handa
<handa>
Fri, 13 Aug 2004 13:05:35 +0000
(13:05 +0000)
committer
handa
<handa>
Fri, 13 Aug 2004 13:05:35 +0000
(13:05 +0000)
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
f9e2b10
..
405e42d
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-2704,6
+2704,7
@@
mdraw_glyph_list (MFrame *frame, MText *mt, int from, int to,
glyphs->ascent = g->ascent;
glyphs->descent = g->descent;
glyphs->x_advance = g->width + pad_width;
+ glyphs->y_advance = 0;
if (g->rface->rfont)
{
glyphs->font = &g->rface->rfont->font;