iTextSharp.text.Font.Font C# (CSharp) Метод

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

public Font ( Font other ) : System
other Font
Результат System
        public Font(Font other) {
            this.color = other.color;
            this.family = other.family;
            this.size = other.size;
            this.style = other.style;
            this.baseFont = other.baseFont;
        }
        

Same methods

Font::Font ( ) : System
Font::Font ( BaseFont bf ) : System
Font::Font ( BaseFont bf, float size ) : System
Font::Font ( BaseFont bf, float size, int style ) : System
Font::Font ( BaseFont bf, float size, int style, Color color ) : System
Font::Font ( int family ) : System
Font::Font ( int family, float size ) : System
Font::Font ( int family, float size, int style ) : System
Font::Font ( int family, float size, int style, Color color ) : System