Skip to main content

CFAttributedStringGetBidiLevelsAndResolvedDirections

Function CFAttributedStringGetBidiLevelsAndResolvedDirections 

Source
pub unsafe extern "C" fn CFAttributedStringGetBidiLevelsAndResolvedDirections(
    attributedString: CFAttributedStringRef,
    range: CFRange,
    baseDirection: i8,
    bidiLevels: *mut u8,
    baseDirections: *mut u8,
) -> bool