pub unsafe extern "C-unwind" fn CFAttributedStringRemoveAttribute(
a_str: Option<&CFMutableAttributedString>,
range: CFRange,
attr_name: Option<&CFString>,
)
Available on crate features
CFAttributedString
and CFBase
only.Expand description
Removes the value of a single attribute over the specified range, which should be valid. It’s OK for the attribute not the exist over the specified range.