CTFontCreatePathForGlyph

Function CTFontCreatePathForGlyph 

Source
pub unsafe extern "C-unwind" fn CTFontCreatePathForGlyph(
    font: &CTFont,
    glyph: CGGlyph,
    matrix: *const CGAffineTransform,
) -> Option<CFRetained<CGPath>>
👎Deprecated: renamed to CTFont::path_for_glyph
Available on crate features CTFont and objc2-core-graphics only.