Font::Font(constWCHAR*,REAL,INT,Unit,constFontCollection*) メソッド (gdiplusheaders.h)
フォント ファミリ、サイズ、フォント スタイル、単位、FontCollection オブジェクトに基づいて Font::Font オブジェクトを作成します。
構文
void Font(
[in] const WCHAR *familyName,
[in] REAL emSize,
[in] INT style,
[in] Unit unit,
[in] const FontCollection *fontCollection
);
パラメーター
[in] familyName
型: const WCHAR*
フォント ファミリの名前。
[in] emSize
種類: REAL
unit パラメーターで指定された単位で測定されるフォントの em サイズを指定する実数。
[in] style
型: INT
省略可能。 書体のスタイルを指定する整数。 この値は 、FontStyle 列挙体の要素、またはこれらの 2 つ以上の要素に適用されたビットごとの OR の結果である必要があります。 たとえば、FontStyleBold
| | FontStyleUnderline
FontStyleStrikeout
スタイルを 3 つのスタイルの組み合わせとして設定します。 既定値は FontStyleRegular
です。
[in] unit
種類: 単位
省略可能。 フォント サイズの測定単位を指定する Unit 列挙体の要素。 既定値は UnitPoint
です。
[in] fontCollection
型: const FontCollection*
省略可能。 フォントのユーザー定義グループを指定する FontCollection オブジェクトへのポインター。 このパラメーターの値が NULL の場合は、システム フォント コレクションが使用されます。 既定値は NULL です。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusheaders.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |