< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-deprecated.h

Print this page

        

*** 32,41 **** --- 32,42 ---- #define HB_DEPRECATED_H #include "hb-common.h" #include "hb-unicode.h" #include "hb-font.h" + #include "hb-set.h" HB_BEGIN_DECLS #ifndef HB_DISABLE_DEPRECATED
*** 52,61 **** --- 53,65 ---- HB_EXTERN void hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs, hb_font_get_glyph_func_t func, void *user_data, hb_destroy_func_t destroy); + HB_EXTERN void + hb_set_invert (hb_set_t *set); + #endif HB_END_DECLS #endif /* HB_DEPRECATED_H */
< prev index next >