public static extern 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)
Public Shared Function CreateFont(nHeight As Integer, nWidth As Integer, nEscapement As Integer, nOrientation As Integer, fnWeight As Integer, fdwItalic As Integer, fdwUnderline As Integer, fdwStrikeOut As Integer, fdwCharSet As Integer, fdwOutputPrecision As Integer, fdwClipPrecision As Integer, fdwQuality As Integer, fdwPitchAndFamily As Integer, lpszFace As String) As IntPtr