Skip to main content

CFStringGetParagraphBounds

Function CFStringGetParagraphBounds 

Source
pub unsafe extern "C" fn CFStringGetParagraphBounds(
    string: CFStringRef,
    range: CFRange,
    par_begin_index: *mut CFIndex,
    par_end_index: *mut CFIndex,
    contents_end_index: *mut CFIndex,
)