Share via


NSFont.GetPreferredFont(String, NSDictionary) Method

Definition

[Foundation.Export("preferredFontForTextStyle:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSFont GetPreferredFont(string textStyle, Foundation.NSDictionary options);
[<Foundation.Export("preferredFontForTextStyle:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPreferredFont : string * Foundation.NSDictionary -> AppKit.NSFont

Parameters

textStyle
String
options
NSDictionary

Returns

Attributes

Applies to