CTFontGetGlyphWithName

Function CTFontGetGlyphWithName 

Source
pub unsafe extern "C-unwind" fn CTFontGetGlyphWithName(
    font: &CTFont,
    glyph_name: &CFString,
) -> CGGlyph
👎Deprecated: renamed to CTFont::glyph_with_name
Available on crate features CTFont and objc2-core-graphics only.