Skip to main content

CFAttributedStringReplaceAttributedString

Function CFAttributedStringReplaceAttributedString 

Source
pub unsafe extern "C-unwind" fn CFAttributedStringReplaceAttributedString(
    a_str: Option<&CFMutableAttributedString>,
    range: CFRange,
    replacement: Option<&CFAttributedString>,
)
👎Deprecated:

renamed to CFMutableAttributedString::replace_attributed_string

Available on crate feature CFAttributedString only.