Type Definition harfbuzz_sys::hb_font_get_glyph_contour_point_func_t [] [src]

type hb_font_get_glyph_contour_point_func_t = Option<extern fn(_: *mut hb_font_t, _: *mut c_void, _: hb_codepoint_t, _: c_uint, _: *mut hb_position_t, _: *mut hb_position_t, _: *mut c_void) -> hb_bool_t>;