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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > FontBuilder クラス > FontBuilder コンストラクタ : FontBuilder コンストラクタ(String,FontFamily,Int32,Int32,FontStyle,Int32)
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.
Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the base line of a row of text.
A System.Drawing.FontStyle indicate the font style.
Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
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 escapement As System.Integer, _
   ByVal fontStyle As System.Drawing.FontStyle, _
   ByVal orientation As System.Integer _
)
public FontBuilder( 
   System.string faceName,
   FontFamily family,
   System.int height,
   System.int escapement,
   System.Drawing.FontStyle fontStyle,
   System.int orientation
)

パラメータ

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.
escapement
Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the base line of a row of text.
fontStyle
A System.Drawing.FontStyle indicate the font style.
orientation
Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
参照

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