Class Type3Font
java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontPane
org.apache.pdfbox.debugger.fontencodingpane.Type3Font
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PDRectangle
static final String
private final PDResources
private int
private final FontEncodingView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
calcBBox
(PDType3Font font) private String
getEncodingName
(PDType3Font font) private Object[][]
getGlyphs
(PDType3Font font) getPanel()
private BufferedImage
renderType3Glyph
(PDType3Font font, int index) Methods inherited from class org.apache.pdfbox.debugger.fontencodingpane.FontPane
getYBounds
-
Field Details
-
NO_GLYPH
- See Also:
-
view
-
totalAvailableGlyph
private int totalAvailableGlyph -
fontBBox
-
resources
-
-
Constructor Details
-
Type3Font
Type3Font(PDType3Font font, PDResources resources) throws IOException Constructor.- Parameters:
font
- PDSimpleFont instance.- Throws:
IOException
- If fails to parse unicode characters.
-
-
Method Details
-
calcBBox
- Throws:
IOException
-
getGlyphs
- Throws:
IOException
-
renderType3Glyph
- Throws:
IOException
-
getEncodingName
-
getPanel
-