iTextSharp.text.pdf.PdfFont.PdfFont C# (CSharp) Method

PdfFont() private method

private PdfFont ( BaseFont bf, float size ) : System
bf BaseFont
size float
return System
        internal PdfFont(BaseFont bf, float size) {
            this.size = size;
            font = bf;
        }