CTFontManager Class
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.
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. |