Skip to main content

CFAttributedStringGetAttributes

Function CFAttributedStringGetAttributes 

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

renamed to CFAttributedString::attributes

Available on crate features CFAttributedString and CFDictionary only.