Skip to main content

CFAttributedStringGetBidiLevelsAndResolvedDirections

Function CFAttributedStringGetBidiLevelsAndResolvedDirections 

Source
pub unsafe extern "C-unwind" fn CFAttributedStringGetBidiLevelsAndResolvedDirections(
    attributed_string: &CFAttributedString,
    range: CFRange,
    base_direction: i8,
    bidi_levels: *mut u8,
    base_directions: *mut u8,
) -> bool
👎Deprecated:

renamed to CFAttributedString::bidi_levels_and_resolved_directions

Available on crate feature CFAttributedString only.