Uses of Class
org.apache.pdfbox.pdmodel.font.PDType3CharProc
-
Packages that use PDType3CharProc Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of PDType3CharProc in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDType3CharProc Modifier and Type Method Description protected void
PDFStreamEngine. processType3Stream(PDType3CharProc charProc, Matrix textRenderingMatrix)
Processes a Type 3 character stream. -
Uses of PDType3CharProc in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return PDType3CharProc Modifier and Type Method Description PDType3CharProc
PDType3Font. getCharProc(int code)
Returns the stream of the glyph for the given character code
-