From 85ec4944346a1ac111217698e1424669a9732280 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 10 Sep 2016 00:25:16 -0700 Subject: [PATCH] [GX] Fix another x/y thinko Thanks Werner! --- src/hb-ot-layout-common-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index c31a19711..3f835f13d 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: