Class Type0Font
java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontPane
org.apache.pdfbox.debugger.fontencodingpane.Type0Font
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPanel()
private Object[][]
readCIDToGIDMap
(PDCIDFont font, PDFont parentFont) private Object[][]
readMap
(PDCIDFont descendantFont, PDType0Font parentFont) Methods inherited from class org.apache.pdfbox.debugger.fontencodingpane.FontPane
getYBounds
-
Field Details
-
NO_GLYPH
- See Also:
-
view
-
totalAvailableGlyph
private int totalAvailableGlyph
-
-
Constructor Details
-
Type0Font
Type0Font(PDCIDFont descendantFont, PDType0Font parentFont) throws IOException Constructor.- Parameters:
descendantFont
- PDCIDFontType2 instance.parentFont
- PDFont instance.- Throws:
IOException
- If fails to parse cidtogid map.
-
-
Method Details
-
readMap
- Throws:
IOException
-
readCIDToGIDMap
- Throws:
IOException
-
getPanel
-