共用方式為


UIFontDescriptor.GetMatchingFontDescriptors 方法

定義

多載

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

擷取具有一組明確功能的 UIFontDescriptor。

GetMatchingFontDescriptors(NSSet)

擷取具有一組明確功能的 UIFontDescriptor。

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

擷取具有一組明確功能的 UIFontDescriptor。

public UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (params UIKit.UIFontDescriptorAttribute[] mandatoryKeys);
member this.GetMatchingFontDescriptors : UIKit.UIFontDescriptorAttribute[] -> UIKit.UIFontDescriptor[]

參數

mandatoryKeys
UIFontDescriptorAttribute[]

在字型描述元上所需的必要索引鍵清單。

傳回

備註

這可從背景執行緒使用。

適用於

GetMatchingFontDescriptors(NSSet)

擷取具有一組明確功能的 UIFontDescriptor。

[Foundation.Export("matchingFontDescriptorsWithMandatoryKeys:")]
public virtual UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (Foundation.NSSet mandatoryKeys);
abstract member GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]
override this.GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]

參數

mandatoryKeys
NSSet

必須存在的必要索引鍵。

這個參數可以是 null

傳回

屬性

備註

這可從背景執行緒使用。

適用於