java.lang.Object
org.apache.pdfbox.debugger.fontencodingpane.FontPane
Direct Known Subclasses:
SimpleFont, Type0Font, Type3Font

abstract class FontPane extends Object
  • Constructor Details

    • FontPane

      FontPane()
  • Method Details

    • getPanel

      abstract JPanel getPanel()
    • getYBounds

      double[] getYBounds(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).