Skip to main content

CFStringGetHyphenationLocationBeforeIndex

Function CFStringGetHyphenationLocationBeforeIndex 

Source
pub unsafe extern "C-unwind" fn CFStringGetHyphenationLocationBeforeIndex(
    string: &CFString,
    location: CFIndex,
    limit_range: CFRange,
    options: CFOptionFlags,
    locale: Option<&CFLocale>,
    character: *mut u32,
) -> CFIndex
👎Deprecated:

renamed to CFString::hyphenation_location_before_index

Available on crate features CFLocale and CFString only.