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

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

Constructs a Font.
public Font ( int family, float size ) : System
family int the family to which this font belongs
size float the size of this font
Результат System
        public Font(int family, float size) : this(family, size, UNDEFINED, null) {}
    

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 ( Font other ) : System
Font::Font ( int family ) : System
Font::Font ( int family, float size, int style ) : System
Font::Font ( int family, float size, int style, Color color ) : System