diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index c31a1971113d27bd7a6a7c04d1e7eade2b2fca20..3f835f13db1d73e2f408e4ca84387bfb76de7bc7 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -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: