Alsing.Drawing.GDI.GDIFont.GDIFont C# (CSharp) Метод

GDIFont() публичный Метод

public GDIFont ( string fontname, float size ) : System
fontname string
size float
Результат System
        public GDIFont(string fontname, float size)
        {
            Init(fontname, size, false, false, false, false);
            Create();
        }

Same methods

GDIFont::GDIFont ( ) : System
GDIFont::GDIFont ( string fontname, float size, bool bold, bool italic, bool underline, bool strikethrough ) : System