Class FontPane
- java.lang.Object
-
- org.apache.pdfbox.debugger.fontencodingpane.FontPane
-
- Direct Known Subclasses:
SimpleFont
,Type0Font
,Type3Font
abstract class FontPane extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FontPane()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract javax.swing.JPanel
getPanel()
(package private) double[]
getYBounds(java.lang.Object[][] tableData, int glyphIndex)
Calculate vertical bounds common to all rendered glyphs.
-
-
-
Method Detail
-
getPanel
abstract javax.swing.JPanel getPanel()
-
getYBounds
double[] getYBounds(java.lang.Object[][] tableData, int glyphIndex)
Calculate vertical bounds common to all rendered glyphs.- Parameters:
tableData
-glyphIndex
- the table index that has glyphs.- Returns:
- an array with two elements: min lower bound (but max 0), and max upper bound (but min 0).
-
-