Function harfbuzz_sys::bindings::hb_font_funcs_set_glyph_name_func
source ยท pub unsafe extern "C" fn hb_font_funcs_set_glyph_name_func(
ffuncs: *mut hb_font_funcs_t,
func: hb_font_get_glyph_name_func_t,
user_data: *mut c_void,
destroy: hb_destroy_func_t,
)
Expand description
hb_font_funcs_set_glyph_name_func: @ffuncs: A font-function structure @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign @user_data: Data to pass to @func @destroy: (optional): The function to call when @user_data is not needed anymore
Sets the implementation function for #hb_font_get_glyph_name_func_t.
Since: 0.9.2