Class SimpleFont
- java.lang.Object
-
- org.apache.pdfbox.debugger.fontencodingpane.FontPane
-
- org.apache.pdfbox.debugger.fontencodingpane.SimpleFont
-
class SimpleFont extends FontPane
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.commons.logging.LogLOGstatic java.lang.StringNO_GLYPHprivate inttotalAvailableGlyphprivate FontEncodingViewview
-
Constructor Summary
Constructors Constructor Description SimpleFont(PDSimpleFont font)Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.StringgetEncodingName(PDSimpleFont font)private java.lang.Object[][]getGlyphs(PDSimpleFont font)javax.swing.JPanelgetPanel()-
Methods inherited from class org.apache.pdfbox.debugger.fontencodingpane.FontPane
getYBounds
-
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
NO_GLYPH
public static final java.lang.String NO_GLYPH
- See Also:
- Constant Field Values
-
view
private final FontEncodingView view
-
totalAvailableGlyph
private int totalAvailableGlyph
-
-
Constructor Detail
-
SimpleFont
SimpleFont(PDSimpleFont font) throws java.io.IOException
Constructor.- Parameters:
font- PDSimpleFont instance, but not a type 3 font (must also be a PDVectorFont).- Throws:
java.io.IOException- If fails to parse unicode characters.
-
-
Method Detail
-
getGlyphs
private java.lang.Object[][] getGlyphs(PDSimpleFont font) throws java.io.IOException
- Throws:
java.io.IOException
-
getEncodingName
static java.lang.String getEncodingName(PDSimpleFont font)
-
-