[][src]Type Definition harfbuzz_sys::hb_font_get_glyph_advances_func_t

type hb_font_get_glyph_advances_func_t = Option<unsafe extern "C" fn(font: *mut hb_font_t, font_data: *mut c_void, count: c_uint, first_glyph: *const hb_codepoint_t, glyph_stride: c_uint, first_advance: *mut hb_position_t, advance_stride: c_uint, user_data: *mut c_void)>;