Vector.Win32.Gdi.CreateFont C# (CSharp) 메소드

CreateFont() 개인적인 메소드

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
리턴 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);