FontDescriptor

FontDescriptor(string, float)

の新しいインスタンスを初期化しますFontDescriptor指定されたフォントファミリーとサイズのクラス.

public FontDescriptor(string fontFamily, float size)
パラメータタイプ説明
fontFamilyStringフォントファミリーの名前。
sizeSingleフォントのサイズ。

関連項目


FontDescriptor(string, float, FontStyles)

の新しいインスタンスを初期化しますFontDescriptor指定されたフォント ファミリー、サイズ、スタイルを持つクラス.

public FontDescriptor(string fontFamily, float size, FontStyles style)
パラメータタイプ説明
fontFamilyStringフォントファミリーの名前。
sizeSingleフォントのサイズ。
styleFontStylesフォントのスタイル。

関連項目


FontDescriptor(FontDescriptor, FontStyles)

の新しいインスタンスを初期化しますFontDescriptor指定されたフォントとスタイルを持つクラス.

public FontDescriptor(FontDescriptor font, FontStyles style)
パラメータタイプ説明
fontFontDescriptorのインスタンスFontDescriptorコピーする。
styleFontStylesフォントのスタイル。

関連項目