CTFontCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フォント コレクションは、フォント記述子を列挙するために使用される標準的なメカニズムです。
public class CTFontCollection : IDisposable, ObjCRuntime.INativeObject
type CTFontCollection = class
interface INativeObject
interface IDisposable
- 継承
-
CTFontCollection
- 実装
コンストラクター
CTFontCollection(CTFontCollectionOptions) |
使用可能なすべてのフォント記述子を含む CTFontCollection を作成します。 |
CTFontCollection(CTFontDescriptor[], CTFontCollectionOptions) |
指定した queryDescriptors のセットから CTFontCollection を作成します。 |
プロパティ
Handle |
アンマネージド オブジェクト表現へのハンドル (ポインター)。 |
メソッド
Dispose() |
CTFontCollection オブジェクトによって使用されるリソースを解放します。 |
Dispose(Boolean) |
CTFontCollection オブジェクトによって使用されるリソースを解放します。 |
Finalize() |
CTFontCollection オブジェクトのファイナライザー |
GetMatchingFontDescriptors() |
このコレクションから mathching フォント記述子を取得します。 |
GetMatchingFontDescriptors(Comparison<CTFontDescriptor>) |
指定した並べ替え関数で並べ替えられたフォント記述子の配列を取得します。 |
GetMatchingFontDescriptors(CTFontCollectionOptions) |
指定したオプションを持つフォント記述子の配列を返します。 |
WithFontDescriptors(CTFontDescriptor[], CTFontCollectionOptions) |
指定したフォント記述子を追加するときに、CTFontCollection のコピーを作成します。 |