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) CMapAwareDocumentFont
GraphicsState. font
The 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. cachedFonts
Methods in com.itextpdf.text.pdf.parser that return CMapAwareDocumentFont Modifier and Type Method Description CMapAwareDocumentFont
GraphicsState. getFont()
Getter for the fontprivate CMapAwareDocumentFont
PdfContentStreamProcessor. getFont(PdfDictionary fontResource)
private CMapAwareDocumentFont
PdfContentStreamProcessor. getFont(PRIndirectReference ind)
Gets the font pointed to by the indirect reference.
-