CTRubyAnnotationCreateWithAttributes

Function CTRubyAnnotationCreateWithAttributes 

Source
pub unsafe extern "C-unwind" fn CTRubyAnnotationCreateWithAttributes(
    alignment: CTRubyAlignment,
    overhang: CTRubyOverhang,
    position: CTRubyPosition,
    string: &CFString,
    attributes: &CFDictionary,
) -> CFRetained<CTRubyAnnotation>
👎Deprecated: renamed to CTRubyAnnotation::with_attributes
Available on crate feature CTRubyAnnotation only.