pub unsafe extern "C-unwind" fn CFAttributedStringGetLength(
a_str: &CFAttributedString,
) -> CFIndex
Available on crate features
CFAttributedString
and CFBase
only.Expand description
Returns the length of the attributed string in characters; same as CFStringGetLength(CFAttributedStringGetString(aStr))