CGFontCreateCopyWithVariations

Function CGFontCreateCopyWithVariations 

Source
pub unsafe extern "C-unwind" fn CGFontCreateCopyWithVariations(
    font: Option<&CGFont>,
    variations: Option<&CFDictionary>,
) -> Option<CFRetained<CGFont>>
👎Deprecated: renamed to CGFont::new_copy_with_variations
Available on crate feature CGFont only.