Class FontPane
java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontPane
- Direct Known Subclasses:
SimpleFont
,Type0Font
,Type3Font
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract JPanel
getPanel()
(package private) double[]
getYBounds
(Object[][] tableData, int glyphIndex) Calculate vertical bounds common to all rendered glyphs.
-
Constructor Details
-
FontPane
FontPane()
-
-
Method Details
-
getPanel
-
getYBounds
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).
-