[][src]Function harfbuzz_sys::hb_ot_math_get_glyph_assembly

pub unsafe extern "C" fn hb_ot_math_get_glyph_assembly(
    font: *mut hb_font_t,
    glyph: hb_codepoint_t,
    direction: hb_direction_t,
    start_offset: c_uint,
    parts_count: *mut c_uint,
    parts: *mut hb_ot_math_glyph_part_t,
    italics_correction: *mut hb_position_t
) -> c_uint