CTFontCollection クラス

定義

フォント コレクションは、フォント記述子を列挙するために使用される標準的なメカニズムです。

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 のコピーを作成します。

適用対象