CTFontManagerGetScopeForURL

Function CTFontManagerGetScopeForURL 

Source
pub unsafe extern "C-unwind" fn CTFontManagerGetScopeForURL(
    font_url: &CFURL,
) -> CTFontManagerScope
Available on crate feature CTFontManager only.
Expand description

Returns the registration scope of the specified URL.

Parameter fontURL: Font URL.

Returns: Returns the registration scope of the specified URL, will return kCTFontManagerScopeNone if not currently registered.