提交 ba055a8d 编写于 作者: M Michiharu Ariza

fix build attempt ^3

上级 b11032af
...@@ -157,7 +157,7 @@ test_extents_cff2_vsindex (void) ...@@ -157,7 +157,7 @@ test_extents_cff2_vsindex (void)
hb_glyph_extents_t extents; hb_glyph_extents_t extents;
float coords[2] = { 800.0f, 50.0f }; float coords[2] = { 800.0f, 50.0f };
hb_font_set_var_coords_design (font, coords, 2); 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 (result);
g_assert_cmpint (extents.x_bearing, ==, 11); g_assert_cmpint (extents.x_bearing, ==, 11);
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
*/ */
#include "hb-test.h" #include "hb-test.h"
#include "hb-subset-test.h"
/* Unit tests for CFF subsetting */ /* Unit tests for CFF subsetting */
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
*/ */
#include "hb-test.h" #include "hb-test.h"
#include "hb-subset-test.h"
/* Unit tests for CFF2 subsetting */ /* Unit tests for CFF2 subsetting */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册