Skip to main content

CFAttributedStringGetAttributeAndLongestEffectiveRange

Function CFAttributedStringGetAttributeAndLongestEffectiveRange 

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

renamed to CFAttributedString::attribute_and_longest_effective_range

Available on crate feature CFAttributedString only.