Type Definition pangocairo_sys::cairo_user_scaled_font_text_to_glyphs_func_t [] [src]

type cairo_user_scaled_font_text_to_glyphs_func_t = Option<extern "C" fn(_: *mut cairo_scaled_font_t, _: *const c_char, _: c_int, _: *mut *mut cairo_glyph_t, _: *mut c_int, _: *mut *mut cairo_text_cluster_t, _: *mut c_int, _: *mut cairo_text_cluster_flags_t) -> cairo_status_t>;