Class SimpleFont
java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontPane
org.apache.pdfbox.debugger.fontencodingpane.SimpleFont
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.apache.commons.logging.Logstatic final Stringprivate intprivate final FontEncodingView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringgetEncodingName(PDSimpleFont font) private Object[][]getGlyphs(PDSimpleFont font) getPanel()Methods inherited from class org.apache.pdfbox.debugger.fontencodingpane.FontPane
getYBounds
-
Field Details
-
LOG
private static final org.apache.commons.logging.Log LOG -
NO_GLYPH
- See Also:
-
view
-
totalAvailableGlyph
private int totalAvailableGlyph
-
-
Constructor Details
-
SimpleFont
SimpleFont(PDSimpleFont font) throws IOException Constructor.- Parameters:
font- PDSimpleFont instance, but not a type 3 font.- Throws:
IOException- If fails to parse unicode characters.
-
-
Method Details
-
getGlyphs
- Throws:
IOException
-
getEncodingName
-
getPanel
-