iTextSharp.text.pdf.CMapAwareDocumentFont.CMapAwareDocumentFont C# (CSharp) 메소드

CMapAwareDocumentFont() 공개 메소드

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

Same methods

CMapAwareDocumentFont::CMapAwareDocumentFont ( PdfDictionary font ) : System