Uses of Class
org.apache.pdfbox.pdmodel.font.PDType3Font
-
Packages that use PDType3Font Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.debugger.fontencodingpane 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.container org.apache.pdfbox.rendering -
-
Uses of PDType3Font in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDType3Font Modifier and Type Method Description protected void
PDFStreamEngine. showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, java.lang.String unicode, Vector displacement)
Deprecated.protected void
PDFStreamEngine. 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 PDType3Font Modifier and Type Method Description private void
Type3Font. calcBBox(PDType3Font font)
private java.lang.Object[][]
Type3Font. getGlyphs(PDType3Font font)
private java.awt.image.BufferedImage
Type3Font. renderType3Glyph(PDType3Font font, int index)
Constructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDType3Font Constructor Description Type3Font(PDType3Font font, PDResources resources)
Constructor. -
Uses of PDType3Font in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as PDType3Font Modifier and Type Field Description private PDType3Font
PDType3CharProc. font
Methods in org.apache.pdfbox.pdmodel.font that return PDType3Font Modifier and Type Method Description PDType3Font
PDType3CharProc. getFont()
Constructors in org.apache.pdfbox.pdmodel.font with parameters of type PDType3Font Constructor Description PDType3CharProc(PDType3Font font, COSStream charStream)
-
Uses of PDType3Font in org.apache.pdfbox.preflight.font
Fields in org.apache.pdfbox.preflight.font declared as PDType3Font Modifier and Type Field Description protected PDType3Font
Type3FontValidator. font
Constructors in org.apache.pdfbox.preflight.font with parameters of type PDType3Font Constructor Description Type3FontValidator(PreflightContext context, PDType3Font font)
-
Uses of PDType3Font in org.apache.pdfbox.preflight.font.container
Constructors in org.apache.pdfbox.preflight.font.container with parameters of type PDType3Font Constructor Description Type3Container(PDType3Font font)
-
Uses of PDType3Font in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDType3Font Modifier and Type Method Description protected void
PageDrawer. showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement)
-