CTFontCopyAvailableTables

Function CTFontCopyAvailableTables 

Source
pub unsafe extern "C-unwind" fn CTFontCopyAvailableTables(
    font: &CTFont,
    options: CTFontTableOptions,
) -> Option<CFRetained<CFArray>>
👎Deprecated: renamed to CTFont::available_tables
Available on crate feature CTFont only.