CTFontDescriptorCreateWithNameAndSize

Function CTFontDescriptorCreateWithNameAndSize 

Source
pub unsafe extern "C-unwind" fn CTFontDescriptorCreateWithNameAndSize(
    name: &CFString,
    size: CGFloat,
) -> CFRetained<CTFontDescriptor>
👎Deprecated: renamed to CTFontDescriptor::with_name_and_size
Available on crate feature CTFontDescriptor only.