Uses of Class
org.apache.pdfbox.pdmodel.font.PDType3CharProc
Packages that use PDType3CharProc
Package
Description
This package contains provides classes for working with content streams.
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 PDType3CharProcModifier and TypeMethodDescriptionprotected 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 PDType3CharProcModifier and TypeMethodDescriptionPDType3Font.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 PDType3CharProcModifier and TypeMethodDescriptionprivate PDType3CharProc
Type3FontValidator.getCharProc
(int code) Methods in org.apache.pdfbox.preflight.font with parameters of type PDType3CharProcModifier and TypeMethodDescriptionprivate 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 PDType3CharProcMethods in org.apache.pdfbox.preflight.font.util with parameters of type PDType3CharProcModifier and TypeMethodDescriptionvoid
PreflightType3Stream.showType3Character
(PDType3CharProc charProc) Constructors in org.apache.pdfbox.preflight.font.util with parameters of type PDType3CharProcModifierConstructorDescriptionPreflightType3Stream
(PreflightContext context, PDPage page, PDType3CharProc charProc)