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:
34b81b9
)
(mfont__ft_drive_otf): Set MGlyph->combining_code
author
handa
<handa>
Mon, 26 Jul 2004 06:38:51 +0000
(06:38 +0000)
committer
handa
<handa>
Mon, 26 Jul 2004 06:38:51 +0000
(06:38 +0000)
instead of MGlyph->bidi_sensitive.
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
17f8f27
..
af01c48
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-1088,7
+1088,7
@@
mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
g->code, size, &mark_x, &mark_y);
g->xoff = (base_x - prev->width) - mark_x;
g->yoff = base_y - mark_y;
- g->bidi_sensitive = 1;
+ g->combining_code = MAKE_COMBINING_CODE_BY_CLASS (0);
}
break;
case 5: