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.org.apache.pdfbox.preflight.font org.apache.pdfbox.preflight.font.util -
-
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 -
Uses of PDType3CharProc in org.apache.pdfbox.preflight.font
Methods in org.apache.pdfbox.preflight.font that return PDType3CharProc Modifier and Type Method Description private PDType3CharProc
Type3FontValidator. getCharProc(int code)
Methods in org.apache.pdfbox.preflight.font with parameters of type PDType3CharProc Modifier and Type Method Description private float
Type3FontValidator. getWidthFromCharProc(PDType3CharProc charProc)
Parse the Glyph description to obtain the Width -
Uses of PDType3CharProc in org.apache.pdfbox.preflight.font.util
Fields in org.apache.pdfbox.preflight.font.util declared as PDType3CharProc Modifier and Type Field Description private PDType3CharProc
PreflightType3Stream. charProc
Methods in org.apache.pdfbox.preflight.font.util with parameters of type PDType3CharProc Modifier and Type Method Description void
PreflightType3Stream. showType3Character(PDType3CharProc charProc)
Constructors in org.apache.pdfbox.preflight.font.util with parameters of type PDType3CharProc Constructor Description PreflightType3Stream(PreflightContext context, PDPage page, PDType3CharProc charProc)
-