Tao.Platform.Windows SDK Documentation

Gdi.CreateFont Method 

[Visual Basic]
Public Shared Function CreateFont( _
   ByVal height As Integer, _
   ByVal width As Integer, _
   ByVal escapement As Integer, _
   ByVal orientation As Integer, _
   ByVal weight As Integer, _
   ByVal italic As Boolean, _
   ByVal underline As Boolean, _
   ByVal strikeOut As Boolean, _
   ByVal charSet As Integer, _
   ByVal outputPrecision As Integer, _
   ByVal clipPrecision As Integer, _
   ByVal quality As Integer, _
   ByVal pitchAndFamily As Integer, _
   ByVal typeFace As String _
) As IntPtr
[C#]
public static IntPtr CreateFont(
   int height,
   int width,
   int escapement,
   int orientation,
   int weight,
   bool italic,
   bool underline,
   bool strikeOut,
   int charSet,
   int outputPrecision,
   int clipPrecision,
   int quality,
   int pitchAndFamily,
   string typeFace
);

See Also

Gdi Class | Tao.Platform.Windows Namespace