UIFontDescriptor.GetMatchingFontDescriptors 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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[]
参数
返回
- 属性
注解
这可以从后台线程使用。