Searched refs:hb_face (Results 1 – 2 of 2) sorted by relevance
38 static hb_face_t *hb_face; variable73 hb_face = hb_face_reference (hb_font_get_face (hb_font)); in openFont()79 hb_face_destroy (hb_face); in closeFont()82 hb_face = NULL; in closeFont()93 g_assert(!hb_ot_math_has_data (hb_face)); // MATH table not available in test_has_data()97 g_assert(hb_ot_math_has_data (hb_face)); // MATH table available in test_has_data()100 hb_face = hb_face_get_empty (); in test_has_data()101 hb_font = hb_font_create (hb_face); in test_has_data()102 g_assert(!hb_ot_math_has_data (hb_face)); // MATH table not available in test_has_data()104 hb_face_destroy (hb_face); in test_has_data()[all …]
2617 We now use `hb_font' instead of `hb_face' since yet-to-come changes