Share via


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 に設定できます。

戻り値

属性

注釈

これは、バックグラウンド スレッドから使用できます。

適用対象