CalendarView for WinForms
FontBuilder コンストラクタ(String,FontFamily,Int32,FontStyle)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > FontBuilder クラス > FontBuilder コンストラクタ : FontBuilder コンストラクタ(String,FontFamily,Int32,FontStyle)
A null-terminated string that specifies the typeface name of the font. The length of this string must not exceed 32 characters, including the terminating null character. The EnumFontFamiliesEx function can be used to enumerate the typeface names of all currently available fonts. If faceName is an empty string, GDI uses the first font that matches the other specified attributes.
Specifies the family of the font
Specifies the height, in logical units, of the font's character cell or character. The character height value (also known as the em height) is the character cell height value minus the internal-leading value.
A System.Drawing.FontStyle indicate the font style.
Initialize a new FontBuilder by special faceName, family, height and fontStyle
シンタックス
'宣言
 
Public Function New( _
   ByVal faceName As System.String, _
   ByVal family As FontFamily, _
   ByVal height As System.Integer, _
   ByVal fontStyle As System.Drawing.FontStyle _
)
public FontBuilder( 
   System.string faceName,
   FontFamily family,
   System.int height,
   System.Drawing.FontStyle fontStyle
)

パラメータ

faceName
A null-terminated string that specifies the typeface name of the font. The length of this string must not exceed 32 characters, including the terminating null character. The EnumFontFamiliesEx function can be used to enumerate the typeface names of all currently available fonts. If faceName is an empty string, GDI uses the first font that matches the other specified attributes.
family
Specifies the family of the font
height
Specifies the height, in logical units, of the font's character cell or character. The character height value (also known as the em height) is the character cell height value minus the internal-leading value.
fontStyle
A System.Drawing.FontStyle indicate the font style.
参照

FontBuilder クラス
FontBuilder メンバ
オーバーロード一覧