Alsing.Drawing.GDI.GDIFont.GDIFont C# (CSharp) Method

GDIFont() public method

public GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System
fontname string
size float
bold bool
italic bool
underline bool
strikethrough bool
return System
        public GDIFont(string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough)
        {
            Init(fontname, size, bold, italic, underline, strikethrough);
            Create();
        }

Same methods

GDIFont::GDIFont ( ) : System
GDIFont::GDIFont ( string fontname, float size ) : System