Skip to main content

CFAttributedStringCreateCopy

Function CFAttributedStringCreateCopy 

Source
pub extern "C-unwind" fn CFAttributedStringCreateCopy(
    alloc: Option<&CFAllocator>,
    a_str: Option<&CFAttributedString>,
) -> Option<CFRetained<CFAttributedString>>
👎Deprecated:

renamed to CFAttributedString::new_copy

Available on crate feature CFAttributedString only.