[GX] Fix another x/y thinko
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 10 Sep 2016 07:25:16 +0000 (00:25 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 17 Dec 2016 01:06:26 +0000 (19:06 -0600)
Thanks Werner!

src/hb-ot-layout-common-private.hh

index c31a197..3f835f1 100644 (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: