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[]
參數
傳回
- 屬性
備註
這可從背景執行緒使用。