CTFontManager.IsFontSupported(NSUrl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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