IDWriteFactory::CreateCustomFontCollection メソッド (dwrite.h)
カスタム フォント コレクション ローダーを使用してフォント コレクションを作成します。
構文
HRESULT CreateCustomFontCollection(
IDWriteFontCollectionLoader *collectionLoader,
[in] void const *collectionKey,
UINT32 collectionKeySize,
[out] IDWriteFontCollection **fontCollection
);
パラメーター
collectionLoader
種類: IDWriteFontCollectionLoader*
アプリケーション定義のフォント コレクション ローダー。 RegisterFontCollectionLoader を使用して以前に登録されている必要があります。
[in] collectionKey
型: const void*
ローダーがフォント ファイルのコレクションを識別するために使用するキー。 このキーに割り当てられるバッファーは、少なくとも collectionKeySize のサイズである必要があります。
collectionKeySize
種類: UINT32
コレクション キーのサイズ (バイト単位)。
[out] fontCollection
種類: IDWriteFontCollection**
メソッドが成功した場合はシステム フォント コレクション オブジェクトへのポインターのアドレス、失敗した場合は NULL を含みます。
戻り値
種類: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | dwrite.h |
Library | Dwrite.lib |
[DLL] | Dwrite.dll |