fix build attempt ^3
authorMichiharu Ariza <ariza@adobe.com>
Mon, 22 Oct 2018 23:20:04 +0000 (16:20 -0700)
committerMichiharu Ariza <ariza@adobe.com>
Mon, 22 Oct 2018 23:20:04 +0000 (16:20 -0700)
test/api/test-ot-extents-cff.c
test/api/test-subset-cff1.c
test/api/test-subset-cff2.c

index fe44a5a..259437c 100644 (file)
@@ -157,7 +157,7 @@ test_extents_cff2_vsindex (void)
   hb_glyph_extents_t  extents;
   float coords[2] = { 800.0f, 50.0f };
   hb_font_set_var_coords_design (font, coords, 2);
-  bool result = hb_font_get_glyph_extents (font, 1, &extents);
+  hb_bool_t result = hb_font_get_glyph_extents (font, 1, &extents);
   g_assert (result);
 
   g_assert_cmpint (extents.x_bearing, ==, 11);
index 2089d30..8f0c1b6 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include "hb-test.h"
+#include "hb-subset-test.h"
 
 /* Unit tests for CFF subsetting */
 
index a909b73..dafb32b 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include "hb-test.h"
+#include "hb-subset-test.h"
 
 /* Unit tests for CFF2 subsetting */