Ribbon for WinForms
CreateFont メソッド (Win32)

C1.Win.4.8 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス : CreateFont メソッド
シンタックス
'宣言
 
Public Shared Function CreateFont( _
   ByVal nHeight As Integer, _
   ByVal nWidth As Integer, _
   ByVal nEscapement As Integer, _
   ByVal nOrientation As Integer, _
   ByVal fnWeight As Integer, _
   ByVal fdwItalic As Integer, _
   ByVal fdwUnderline As Integer, _
   ByVal fdwStrikeOut As Integer, _
   ByVal fdwCharSet As Integer, _
   ByVal fdwOutputPrecision As Integer, _
   ByVal fdwClipPrecision As Integer, _
   ByVal fdwQuality As Integer, _
   ByVal fdwPitchAndFamily As Integer, _
   ByVal lpszFace As String _
) As IntPtr
public static IntPtr CreateFont( 
   int nHeight,
   int nWidth,
   int nEscapement,
   int nOrientation,
   int fnWeight,
   int fdwItalic,
   int fdwUnderline,
   int fdwStrikeOut,
   int fdwCharSet,
   int fdwOutputPrecision,
   int fdwClipPrecision,
   int fdwQuality,
   int fdwPitchAndFamily,
   string lpszFace
)

パラメータ

nHeight
nWidth
nEscapement
nOrientation
fnWeight
fdwItalic
fdwUnderline
fdwStrikeOut
fdwCharSet
fdwOutputPrecision
fdwClipPrecision
fdwQuality
fdwPitchAndFamily
lpszFace
参照

Win32 クラス
Win32 メンバ