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[]
パラメーター
戻り値
- 属性
注釈
これは、バックグラウンド スレッドから使用できます。