Class FontProvider
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.font.FontProvider
-
public abstract class FontProvider extends Object
External font service provider interface.
-
-
Constructor Summary
Constructors Constructor Description FontProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<? extends FontInfo>getFontInfo()Returns a list of information about fonts on the system.abstract StringtoDebugString()Returns a string containing debugging information.
-
-
-
Method Detail
-
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.
-
-