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

Type3Font() public method

public Type3Font ( PdfWriter writer, bool colorized ) : System
writer PdfWriter
colorized bool
return System
        public Type3Font(PdfWriter writer, bool colorized)
        {
            this.writer = writer;
            this.colorized = colorized;
            fontType = FONT_TYPE_T3;
            usedSlot = new bool[256];
        }

Same methods

Type3Font::Type3Font ( PdfWriter writer, char chars, bool colorized ) : System