CTFontCreateWithName

Function CTFontCreateWithName 

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