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:
c75bbe7
)
(mfont__ft_drive_otf): Set g->combining_code to a
author
handa
<handa>
Mon, 6 Sep 2004 12:45:25 +0000
(12:45 +0000)
committer
handa
<handa>
Mon, 6 Sep 2004 12:45:25 +0000
(12:45 +0000)
precomupted combining code.
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
6d845fc
..
45fe673
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-1100,7
+1100,7
@@
mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
g->code, size, &mark_x, &mark_y);
g->xoff = prev->xoff + (base_x - prev->width) - mark_x;
g->yoff = prev->yoff + mark_y - base_y;
- g->combining_code = MAKE_COMBINING_CODE_BY_CLASS (0);
+ g->combining_code = MAKE_PRECOMPUTED_COMBINDING_CODE ();
}
}
if (otfg->GlyphClass == OTF_GlyphClass0)