Uses of Class
com.itextpdf.text.pdf.CMapAwareDocumentFont
-
Packages that use CMapAwareDocumentFont Package Description com.itextpdf.text.pdf.parser -
-
Uses of CMapAwareDocumentFont in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as CMapAwareDocumentFont Modifier and Type Field Description (package private) CMapAwareDocumentFontGraphicsState. fontThe active font.Fields in com.itextpdf.text.pdf.parser with type parameters of type CMapAwareDocumentFont Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.lang.ref.WeakReference<CMapAwareDocumentFont>>PdfContentStreamProcessor. cachedFontsMethods in com.itextpdf.text.pdf.parser that return CMapAwareDocumentFont Modifier and Type Method Description CMapAwareDocumentFontGraphicsState. getFont()Getter for the fontprivate CMapAwareDocumentFontPdfContentStreamProcessor. getFont(PdfDictionary fontResource)private CMapAwareDocumentFontPdfContentStreamProcessor. getFont(PRIndirectReference ind)Gets the font pointed to by the indirect reference.
-