Class Type3Font
java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontPane
org.apache.pdfbox.debugger.fontencodingpane.Type3Font
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PDRectanglestatic final Stringprivate final PDResourcesprivate intprivate final FontEncodingView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcalcBBox(PDType3Font font) private StringgetEncodingName(PDType3Font font) private Object[][]getGlyphs(PDType3Font font) getPanel()private BufferedImagerenderType3Glyph(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
-