CTFontDescriptor.GetMatchingFontDescriptor 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.
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[]