src/java.desktop/share/native/libfontmanager/harfbuzz/hb-deprecated.h
changeset 48274 51772bf1fb0c
parent 47216 71c04702a3d5
child 54232 7c11a7cc7c1d
equal deleted inserted replaced
48273:e2065f7505eb 48274:51772bf1fb0c
    32 #define HB_DEPRECATED_H
    32 #define HB_DEPRECATED_H
    33 
    33 
    34 #include "hb-common.h"
    34 #include "hb-common.h"
    35 #include "hb-unicode.h"
    35 #include "hb-unicode.h"
    36 #include "hb-font.h"
    36 #include "hb-font.h"
       
    37 #include "hb-set.h"
    37 
    38 
    38 HB_BEGIN_DECLS
    39 HB_BEGIN_DECLS
    39 
    40 
    40 #ifndef HB_DISABLE_DEPRECATED
    41 #ifndef HB_DISABLE_DEPRECATED
    41 
    42 
    52 HB_EXTERN void
    53 HB_EXTERN void
    53 hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
    54 hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
    54                               hb_font_get_glyph_func_t func,
    55                               hb_font_get_glyph_func_t func,
    55                               void *user_data, hb_destroy_func_t destroy);
    56                               void *user_data, hb_destroy_func_t destroy);
    56 
    57 
       
    58 HB_EXTERN void
       
    59 hb_set_invert (hb_set_t *set);
       
    60 
    57 #endif
    61 #endif
    58 
    62 
    59 HB_END_DECLS
    63 HB_END_DECLS
    60 
    64 
    61 #endif /* HB_DEPRECATED_H */
    65 #endif /* HB_DEPRECATED_H */