CTFontManagerGetAutoActivationSetting

Function CTFontManagerGetAutoActivationSetting 

Source
pub unsafe extern "C-unwind" fn CTFontManagerGetAutoActivationSetting(
    bundle_identifier: Option<&CFString>,
) -> CTFontManagerAutoActivationSetting
Available on crate feature CTFontManager only.
Expand description

Accessor for the auto-activation setting.

Parameter bundleIdentifier: The bundle identifier. Used to specify a particular application bundle. If NULL, the current application bundle will be used. If kCTFontManagerBundleIdentifier is specified, will set the global auto-activation settings.

Returns: Will return the auto-activation setting for specified bundle identifier.