CTFontDescriptor.GetMatchingFontDescriptor Method

Definition

Overloads

GetMatchingFontDescriptor()
GetMatchingFontDescriptor(NSSet)
GetMatchingFontDescriptor(NSString[])

GetMatchingFontDescriptor()

public CoreText.CTFontDescriptor GetMatchingFontDescriptor ();
member this.GetMatchingFontDescriptor : unit -> CoreText.CTFontDescriptor

Returns

Applies to

GetMatchingFontDescriptor(NSSet)

public CoreText.CTFontDescriptor GetMatchingFontDescriptor (Foundation.NSSet mandatoryAttributes);
member this.GetMatchingFontDescriptor : Foundation.NSSet -> CoreText.CTFontDescriptor

Parameters

mandatoryAttributes
NSSet

Returns

Applies to

GetMatchingFontDescriptor(NSString[])

public CoreText.CTFontDescriptor GetMatchingFontDescriptor (params Foundation.NSString[] mandatoryAttributes);
member this.GetMatchingFontDescriptor : Foundation.NSString[] -> CoreText.CTFontDescriptor

Parameters

mandatoryAttributes
NSString[]

Returns

Applies to