CTFontManager Class

Definition

Manages the central CoreText Font System.

public class CTFontManager
type CTFontManager = class
Inheritance
CTFontManager

Constructors

CTFontManager()

Fields

ErrorDomain

The error domain string key.

ErrorFontUrlsKey

Methods

GetFonts(NSUrl)
IsFontSupported(NSUrl)
Obsolete.

Developers should not use this deprecated method.

RegisterFontsForUrl(NSUrl, CTFontManagerScope)
RegisterFontsForUrl(NSUrl[], CTFontManagerScope)
RegisterGraphicsFont(CGFont, NSError)
UnregisterFontsForUrl(NSUrl, CTFontManagerScope)
UnregisterFontsForUrl(NSUrl[], CTFontManagerScope)
UnregisterGraphicsFont(CGFont, NSError)

Unregisters a CoreGraphics Font from the CoreText font system.

Applies to