Type Definition harfbuzz_sys::hb_font_get_glyph_from_name_func_t [] [src]

type hb_font_get_glyph_from_name_func_t = Option<unsafe extern "C" fn(_: *mut hb_font_t, _: *mut c_void, _: *const c_char, _: c_int, _: *mut hb_codepoint_t, _: *mut c_void) -> hb_bool_t>;