CTFontCollection.GetMatchingFontDescriptors メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetMatchingFontDescriptors() |
このコレクションから mathching フォント記述子を取得します。 |
GetMatchingFontDescriptors(CTFontCollectionOptions) |
指定したオプションを持つフォント記述子の配列を返します。 |
GetMatchingFontDescriptors(Comparison<CTFontDescriptor>) |
指定した並べ替え関数で並べ替えられたフォント記述子の配列を取得します。 |
GetMatchingFontDescriptors()
このコレクションから mathching フォント記述子を取得します。
public CoreText.CTFontDescriptor[] GetMatchingFontDescriptors ();
member this.GetMatchingFontDescriptors : unit -> CoreText.CTFontDescriptor[]
戻り値
フォント記述子の配列。
適用対象
GetMatchingFontDescriptors(CTFontCollectionOptions)
指定したオプションを持つフォント記述子の配列を返します。
[ObjCRuntime.TV(12, 0)]
[ObjCRuntime.Watch(5, 0)]
public CoreText.CTFontDescriptor[] GetMatchingFontDescriptors (CoreText.CTFontCollectionOptions options);
member this.GetMatchingFontDescriptors : CoreText.CTFontCollectionOptions -> CoreText.CTFontDescriptor[]
パラメーター
- options
- CTFontCollectionOptions
一致するオプション。
戻り値
指定したオプションを持つフォント記述子の配列。
- 属性
適用対象
GetMatchingFontDescriptors(Comparison<CTFontDescriptor>)
指定した並べ替え関数で並べ替えられたフォント記述子の配列を取得します。
public CoreText.CTFontDescriptor[] GetMatchingFontDescriptors (Comparison<CoreText.CTFontDescriptor> comparer);
member this.GetMatchingFontDescriptors : Comparison<CoreText.CTFontDescriptor> -> CoreText.CTFontDescriptor[]
パラメーター
- comparer
- Comparison<CTFontDescriptor>
並べ替えメソッド。
戻り値
フォント記述子の配列。