[GX] Fix another x/y thinko

Thanks Werner!
This commit is contained in:
Behdad Esfahbod 2016-09-10 00:25:16 -07:00
parent cf3de4d8f7
commit 85ec494434
1 changed files with 1 additions and 1 deletions

View File

@ -1475,7 +1475,7 @@ struct Device
switch (u.b.format)
{
case 1: case 2: case 3:
return u.hinting.get_x_delta (font);
return u.hinting.get_y_delta (font);
case 0x8000:
return u.variation.get_y_delta (font, store);
default: