Uses of Class
org.apache.pdfbox.pdmodel.font.PDType3Font
Packages that use PDType3Font
Package
Description
This package contains provides classes for working with content streams.
Classes to deal with font functionality in a PDF Document.
-
Uses of PDType3Font in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDType3FontModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement) Called when a glyph is to be processed. -
Uses of PDType3Font in org.apache.pdfbox.debugger.fontencodingpane
Methods in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDType3FontModifier and TypeMethodDescriptionprivate voidType3Font.calcBBox(PDType3Font font) private StringType3Font.getEncodingName(PDType3Font font) private Object[][]Type3Font.getGlyphs(PDType3Font font) private BufferedImageType3Font.renderType3Glyph(PDType3Font font, int index) Constructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDType3FontModifierConstructorDescription(package private)Type3Font(PDType3Font font, PDResources resources) Constructor. -
Uses of PDType3Font in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as PDType3FontMethods in org.apache.pdfbox.pdmodel.font that return PDType3FontConstructors in org.apache.pdfbox.pdmodel.font with parameters of type PDType3Font -
Uses of PDType3Font in org.apache.pdfbox.preflight.font
Fields in org.apache.pdfbox.preflight.font declared as PDType3FontConstructors in org.apache.pdfbox.preflight.font with parameters of type PDType3Font -
Uses of PDType3Font in org.apache.pdfbox.preflight.font.container
Constructors in org.apache.pdfbox.preflight.font.container with parameters of type PDType3Font -
Uses of PDType3Font in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDType3FontModifier and TypeMethodDescriptionprotected voidPageDrawer.showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement)