CTFontCreateWithGraphicsFont

Function CTFontCreateWithGraphicsFont 

Source
pub unsafe extern "C-unwind" fn CTFontCreateWithGraphicsFont(
    graphics_font: &CGFont,
    size: CGFloat,
    matrix: *const CGAffineTransform,
    attributes: Option<&CTFontDescriptor>,
) -> CFRetained<CTFont>
👎Deprecated: renamed to CTFont::with_graphics_font
Available on crate features CTFont and CTFontDescriptor and objc2-core-graphics only.