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

CMapAwareDocumentFont() public method

public CMapAwareDocumentFont ( PRIndirectReference refFont ) : System
refFont PRIndirectReference
return System
        public CMapAwareDocumentFont(PRIndirectReference refFont)
            : base(refFont)
        {
            fontDic = (PdfDictionary)PdfReader.GetPdfObjectRelease(refFont);
            InitFont();
        }

Same methods

CMapAwareDocumentFont::CMapAwareDocumentFont ( PdfDictionary font ) : System