提交 85ec4944 编写于 作者: B Behdad Esfahbod

[GX] Fix another x/y thinko

Thanks Werner!
上级 cf3de4d8
...@@ -1475,7 +1475,7 @@ struct Device ...@@ -1475,7 +1475,7 @@ struct Device
switch (u.b.format) switch (u.b.format)
{ {
case 1: case 2: case 3: case 1: case 2: case 3:
return u.hinting.get_x_delta (font); return u.hinting.get_y_delta (font);
case 0x8000: case 0x8000:
return u.variation.get_y_delta (font, store); return u.variation.get_y_delta (font, store);
default: default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册