Function CTFontCopyPostScriptName

Source
pub unsafe extern "C-unwind" fn CTFontCopyPostScriptName(
    font: &CTFont,
) -> CFRetained<CFString>
Available on crate feature CTFont only.
Expand description

Returns the PostScript name.

Parameter font: The font reference.

Returns: This function returns a retained reference to the PostScript name of the font.