public class FontEncodingPaneController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private FontPane |
fontPane |
private static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
FontEncodingPaneController(COSName fontName,
COSDictionary dictionary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JPanel |
getPane()
Return a pane to display details of a font.
|
private static final org.apache.commons.logging.Log LOG
private FontPane fontPane
public FontEncodingPaneController(COSName fontName, COSDictionary dictionary)
fontName
- COSName instance, Font name in the fonts dictionary.dictionary
- COSDictionary instance for resources which resides the font.