projects
/
m17n
/
m17n-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e7d68
)
*** empty log message ***
author
handa
<handa>
Thu, 16 Aug 2007 06:00:25 +0000
(06:00 +0000)
committer
handa
<handa>
Thu, 16 Aug 2007 06:00:25 +0000
(06:00 +0000)
flt.c
patch
|
blob
|
history
diff --git
a/flt.c
b/flt.c
index
ae17b48
..
95145d5
100644
(file)
--- a/
flt.c
+++ b/
flt.c
@@
-415,7
+415,7
@@
drive_otf (MFLTFont *font, MFLT_OTF_Spec *spec,
adjustment[i].yadv
+= otfg->f.f1.value->YAdvance * y_scale / 0x10000;
if (format & OTF_YAdvDevice)
- adjustment[i].xadv
+ adjustment[i].yadv
+= DEVICE_DELTA (otfg->f.f1.value->YAdvDevice, y_ppem);
adjustment[i].set = 1;
}