Skip to main content

CFStringGetParagraphBounds

Function CFStringGetParagraphBounds 

Source
pub unsafe extern "C-unwind" fn CFStringGetParagraphBounds(
    string: &CFString,
    range: CFRange,
    par_begin_index: *mut CFIndex,
    par_end_index: *mut CFIndex,
    contents_end_index: *mut CFIndex,
)
👎Deprecated:

renamed to CFString::paragraph_bounds

Available on crate feature CFString only.