class SimpleFont extends FontPane
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NO_GLYPH |
private int |
totalAvailableGlyph |
private FontEncodingView |
view |
Constructor and Description |
---|
SimpleFont(PDSimpleFont font)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
getEncodingName(PDSimpleFont font) |
private java.lang.Object[][] |
getGlyphs(PDSimpleFont font) |
javax.swing.JPanel |
getPanel() |
getYBounds
public static final java.lang.String NO_GLYPH
private final FontEncodingView view
private int totalAvailableGlyph
SimpleFont(PDSimpleFont font) throws java.io.IOException
font
- PDSimpleFont instance.java.io.IOException
- If fails to parse unicode characters.private java.lang.Object[][] getGlyphs(PDSimpleFont font) throws java.io.IOException
java.io.IOException
private java.lang.String getEncodingName(PDSimpleFont font)