CTFontManager.RegisterFontDescriptors 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RegisterFontDescriptors(CoreText.CTFontDescriptor[] fontDescriptors, CoreText.CTFontManagerScope scope, bool enabled, CoreText.CTFontManager.CTFontRegistrationHandler registrationHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RegisterFontDescriptors : CoreText.CTFontDescriptor[] * CoreText.CTFontManagerScope * bool * CoreText.CTFontManager.CTFontRegistrationHandler -> unit
Parameters
- fontDescriptors
- CTFontDescriptor[]
- scope
- CTFontManagerScope
- enabled
- Boolean
- registrationHandler
- CTFontManager.CTFontRegistrationHandler
- Attributes