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 |
Modifier and Type | Method and Description |
---|---|
protected void |
PDFStreamEngine.showType3Glyph(Matrix textRenderingMatrix,
PDType3Font font,
int code,
java.lang.String unicode,
Vector displacement)
Called when a glyph is to be processed.This method is intended for overriding in subclasses,
the default implementation does nothing.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Type3Font(PDType3Font font,
PDResources resources)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private PDType3Font |
PDType3CharProc.font |
Modifier and Type | Method and Description |
---|---|
PDType3Font |
PDType3CharProc.getFont() |
Constructor and Description |
---|
PDType3CharProc(PDType3Font font,
COSStream charStream) |
Modifier and Type | Field and Description |
---|---|
protected PDType3Font |
Type3FontValidator.font |
Constructor and Description |
---|
Type3FontValidator(PreflightContext context,
PDType3Font font) |
Constructor and Description |
---|
Type3Container(PDType3Font font) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageDrawer.showType3Glyph(Matrix textRenderingMatrix,
PDType3Font font,
int code,
java.lang.String unicode,
Vector displacement) |