CTFontCreateWithNameAndOptions

Function CTFontCreateWithNameAndOptions 

Source
pub unsafe extern "C-unwind" fn CTFontCreateWithNameAndOptions(
    name: &CFString,
    size: CGFloat,
    matrix: *const CGAffineTransform,
    options: CTFontOptions,
) -> CFRetained<CTFont>
👎Deprecated: renamed to CTFont::with_name_and_options
Available on crate feature CTFont only.