Skip to main content

CFAttributedStringGetAttributesAndLongestEffectiveRange

Function CFAttributedStringGetAttributesAndLongestEffectiveRange 

Source
pub unsafe extern "C-unwind" fn CFAttributedStringGetAttributesAndLongestEffectiveRange(
    a_str: &CFAttributedString,
    loc: CFIndex,
    in_range: CFRange,
    longest_effective_range: *mut CFRange,
) -> Option<CFRetained<CFDictionary>>
👎Deprecated:

renamed to CFAttributedString::attributes_and_longest_effective_range

Available on crate features CFAttributedString and CFDictionary only.