CTFontManager.IsFontSupported(NSUrl) Method

Definition

Caution

API not available on iOS, it will always return false.

Developers should not use this deprecated method.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Obsolete("API not available on iOS, it will always return false.")]
public static bool IsFontSupported (Foundation.NSUrl url);
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool IsFontSupported (Foundation.NSUrl url);
static member IsFontSupported : Foundation.NSUrl -> bool

Parameters

url
NSUrl

Returns

Attributes

Applies to