Class FontEncodingPaneController
java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontEncodingPaneController
- Author:
- Khyrul Bashar A class that shows the glyph table or CIDToGID map depending on the font type. PDSimple and PDType0Font are supported.
-
Constructor Summary
ConstructorsConstructorDescriptionFontEncodingPaneController
(org.apache.pdfbox.cos.COSName fontName, org.apache.pdfbox.cos.COSDictionary dictionary) Constructor. -
Method Summary
-
Constructor Details
-
FontEncodingPaneController
public FontEncodingPaneController(org.apache.pdfbox.cos.COSName fontName, org.apache.pdfbox.cos.COSDictionary dictionary) Constructor.- Parameters:
fontName
- COSName instance, Font name in the fonts dictionary.dictionary
- COSDictionary instance for resources which resides the font.
-
-
Method Details
-
getPane
Return a pane to display details of a font.- Returns:
- a pane for font information, or null if that font type is not supported.
-