Class FontProvider

java.lang.Object
org.apache.pdfbox.pdmodel.font.FontProvider

public abstract class FontProvider extends Object
External font service provider interface.
Author:
John Hewson
  • Constructor Details

    • FontProvider

      public FontProvider()
  • Method Details

    • toDebugString

      public abstract String toDebugString()
      Returns a string containing debugging information. This will be written to the log if no suitable fonts are found and no fallback fonts are available. May be null.
    • getFontInfo

      public abstract List<? extends FontInfo> getFontInfo()
      Returns a list of information about fonts on the system.