CTFontDescriptor.GetMatchingFontDescriptors 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
| Name | Description |
|---|---|
| GetMatchingFontDescriptors(NSSet) | |
| GetMatchingFontDescriptors(NSString[]) | |
| GetMatchingFontDescriptors() |
GetMatchingFontDescriptors(NSSet)
public CoreText.CTFontDescriptor[] GetMatchingFontDescriptors(Foundation.NSSet? mandatoryAttributes);
member this.GetMatchingFontDescriptors : Foundation.NSSet -> CoreText.CTFontDescriptor[]
Parameters
- mandatoryAttributes
- NSSet
Returns
Applies to
GetMatchingFontDescriptors(NSString[])
public CoreText.CTFontDescriptor?[]? GetMatchingFontDescriptors(params Foundation.NSString[] mandatoryAttributes);
member this.GetMatchingFontDescriptors : Foundation.NSString[] -> CoreText.CTFontDescriptor[]
Parameters
- mandatoryAttributes
- NSString[]
Returns
Applies to
GetMatchingFontDescriptors()
public CoreText.CTFontDescriptor?[]? GetMatchingFontDescriptors();
member this.GetMatchingFontDescriptors : unit -> CoreText.CTFontDescriptor[]