CTGlyphInfoCreateWithGlyphName

Function CTGlyphInfoCreateWithGlyphName 

Source
pub unsafe extern "C-unwind" fn CTGlyphInfoCreateWithGlyphName(
    glyph_name: &CFString,
    font: &CTFont,
    base_string: &CFString,
) -> Option<CFRetained<CTGlyphInfo>>
👎Deprecated: renamed to CTGlyphInfo::with_glyph_name
Available on crate features CTFont and CTGlyphInfo only.