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

返回

属性

注解

这可以从后台线程使用。

适用于