Package org.apache.pdfbox.pdmodel.font
Class FontProvider
java.lang.Object
org.apache.pdfbox.pdmodel.font.FontProvider
- Direct Known Subclasses:
FileSystemFontProvider
External font service provider interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of information about fonts on the system.abstract String
Returns a string containing debugging information.
-
Constructor Details
-
FontProvider
public FontProvider()
-
-
Method Details
-
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
Returns a list of information about fonts on the system.
-