Vector.Win32.Gdi.CreateFont C# (CSharp) Method

CreateFont() private method

private 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 ) : IntPtr
height int
width int
escapement int
orientation int
weight int
italic bool
underline bool
strikeOut bool
charSet int
outputPrecision int
clipPrecision int
quality int
pitchAndFamily int
typeFace string
return System.IntPtr
        public static extern 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);