CTGlyphInfoCreateWithGlyph

Function CTGlyphInfoCreateWithGlyph 

Source
pub unsafe extern "C-unwind" fn CTGlyphInfoCreateWithGlyph(
    glyph: CGGlyph,
    font: &CTFont,
    base_string: &CFString,
) -> Option<CFRetained<CTGlyphInfo>>
👎Deprecated: renamed to CTGlyphInfo::with_glyph
Available on crate features CTFont and CTGlyphInfo and objc2-core-graphics only.