Class PdfBoxDSSFontMetrics

java.lang.Object
eu.europa.esig.dss.pdf.visible.AbstractDSSFontMetrics
eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer.PdfBoxDSSFontMetrics
All Implemented Interfaces:
DSSFontMetrics

public class PdfBoxDSSFontMetrics extends AbstractDSSFontMetrics
Contains font metrics for a PDFBox font
  • Constructor Details

    • PdfBoxDSSFontMetrics

      public PdfBoxDSSFontMetrics(org.apache.pdfbox.pdmodel.font.PDFont pdFont)
      Default constructor
      Parameters:
      pdFont - PDFont
  • Method Details

    • getWidth

      public float getWidth(String str, float size)
      Description copied from interface: DSSFontMetrics
      Computes a width for a string of a given size
      Parameters:
      str - String to get width of
      size - of a string
      Returns:
      string width
    • getHeight

      public float getHeight(String str, float size)
      Description copied from interface: DSSFontMetrics
      Computes a height for a string of a given size
      Parameters:
      str - String to get height of
      size - of a string
      Returns:
      string width