Class FontEncodingPaneController
java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontEncodingPaneController
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFontEncodingPaneController
(COSName fontName, COSDictionary dictionary) Constructor. -
Method Summary
-
Field Details
-
LOG
private static final org.apache.commons.logging.Log LOG -
fontPane
-
-
Constructor Details
-
FontEncodingPaneController
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.
-