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:
f702311
)
*** empty log message ***
author
handa
<handa>
Fri, 23 Jul 2004 11:52:59 +0000
(11:52 +0000)
committer
handa
<handa>
Fri, 23 Jul 2004 11:52:59 +0000
(11:52 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
da3adba
..
05bd3df
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-1129,7
+1129,7
@@
mfont__ft_drive_gpos (MGlyphString *gstring, int from, int to)
if (otfg->f.f4.mark_anchor->AnchorFormat != 1)
adjust_anchor (otfg->f.f4.mark_anchor, ft_info->ft_face,
g, size, &mark_x, &mark_y);
- g->xoff = (base_x - prev->width) - mark_x;
+ g->xoff = (base_x - (g - inc)->width) - mark_x;
g->yoff = base_y - mark_y;
if (inc < 0)
{