Skip to main content

CGContextSelectFont

Function CGContextSelectFont 

Source
pub unsafe extern "C-unwind" fn CGContextSelectFont(
    c: Option<&CGContext>,
    name: *const c_char,
    size: CGFloat,
    text_encoding: CGTextEncoding,
)
👎Deprecated:

renamed to CGContext::select_font

Available on crate feature CGContext only.